Commit ea9b8abd authored by Bruce Momjian's avatar Bruce Momjian

pg_upgrade: fix define adjusted during testing

from commit e4c3c99a
parent e4c3c99a
...@@ -230,7 +230,7 @@ parseCommandLine(int argc, char *argv[]) ...@@ -230,7 +230,7 @@ parseCommandLine(int argc, char *argv[])
check_required_directory(&new_cluster.pgdata, &new_cluster.pgconfig, check_required_directory(&new_cluster.pgdata, &new_cluster.pgconfig,
"PGDATANEW", "-D", "new cluster data resides"); "PGDATANEW", "-D", "new cluster data resides");
#ifndef WIN32 #ifdef WIN32
/* /*
* On Windows, initdb --sync-only will fail with a "Permission denied" * On Windows, initdb --sync-only will fail with a "Permission denied"
* error on file pg_upgrade_utility.log if pg_upgrade is run inside * error on file pg_upgrade_utility.log if pg_upgrade is run inside
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment