mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
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.
This commit is contained in:
@ -48,7 +48,7 @@
|
||||
#define pg_link_file win32_pghardlink
|
||||
#define EXE_EXT ".exe"
|
||||
#define sleep(x) Sleep(x * 1000)
|
||||
#define DEVNULL "nul"
|
||||
#define DEVNULL "nul"
|
||||
/* "con" does not work from the Msys 1.0.10 console (part of MinGW). */
|
||||
#define DEVTTY "con"
|
||||
/* from pgport */
|
||||
|
Reference in New Issue
Block a user