diff options
Diffstat (limited to 'src/bin/pg_upgrade/exec.c')
| -rw-r--r-- | src/bin/pg_upgrade/exec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pg_upgrade/exec.c b/src/bin/pg_upgrade/exec.c index cdce4be2113..cc4b4078db7 100644 --- a/src/bin/pg_upgrade/exec.c +++ b/src/bin/pg_upgrade/exec.c @@ -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); |
