Fix pg_upgrade's use of pg_ctl on Win32 to not send command and sever

Bruce Momjian <bruce@momjian.us>

Commit: 601d1eeddc974fbde230c2159e6b95200cfb355f
Author: Bruce Momjian <bruce@momjian.us>
Date: 2010-06-22T16:45:10Z
Releases: 9.0.0
Fix pg_upgrade's use of pg_ctl on Win32 to not send command and sever
output to the same file, because it is impossible.

Also set user name for pg_dumpall in pg_upgrade.

Files

PathChange+/−
contrib/pg_upgrade/dump.c modified +3 −3
contrib/pg_upgrade/option.c modified +2 −4
contrib/pg_upgrade/pg_upgrade.h modified +1 −1
contrib/pg_upgrade/server.c modified +22 −5