We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c3c99 commit ea9b8abCopy full SHA for ea9b8ab
contrib/pg_upgrade/option.c
@@ -230,7 +230,7 @@ parseCommandLine(int argc, char *argv[])
230
check_required_directory(&new_cluster.pgdata, &new_cluster.pgconfig,
231
"PGDATANEW", "-D", "new cluster data resides");
232
233
-#ifndef WIN32
+#ifdef WIN32
234
/*
235
* On Windows, initdb --sync-only will fail with a "Permission denied"
236
* error on file pg_upgrade_utility.log if pg_upgrade is run inside
0 commit comments