]> granicus.if.org Git - postgresql/commit
In pg_upgrade, fix the -l/log option to work on Windows.
authorBruce Momjian <bruce@momjian.us>
Wed, 20 Jul 2011 22:31:07 +0000 (18:31 -0400)
committerBruce Momjian <bruce@momjian.us>
Wed, 20 Jul 2011 22:31:07 +0000 (18:31 -0400)
commitc3810795e99ee20181884e62d925f5ac910f0b8b
tree5dc214126014c0e6f8faa6580c867a40b763124c
parent1879cf3f173639de8235fb50be42abbbf672646b
In pg_upgrade, fix the -l/log option to work on Windows.

Also, double-quote the log file name in all places, to allow (on all
platforms) log file names with spaces.

Back patch to 9.0 and 9.1.
contrib/pg_upgrade/pg_upgrade.c
contrib/pg_upgrade/server.c