Fix pg_upgrade's use of pg_ctl on Win32 to not send command and sever
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |