1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-18 04:29:09 +03:00

Post-PG 10 beta1 pgindent run

perltidy run not included.
This commit is contained in:
Bruce Momjian
2017-05-17 16:31:56 -04:00
parent 8a94332478
commit a6fd7b7a5f
310 changed files with 3338 additions and 3171 deletions

View File

@@ -289,7 +289,7 @@ win32_check_directory_write_permissions(void)
/*
* check_single_dir()
*
* Check for the presence of a single directory in PGDATA, and fail if
* Check for the presence of a single directory in PGDATA, and fail if
* is it missing or not accessible.
*/
static void
@@ -299,7 +299,7 @@ check_single_dir(const char *pg_data, const char *subdir)
char subDirName[MAXPGPATH];
snprintf(subDirName, sizeof(subDirName), "%s%s%s", pg_data,
/* Win32 can't stat() a directory with a trailing slash. */
/* Win32 can't stat() a directory with a trailing slash. */
*subdir ? "/" : "",
subdir);