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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user