mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
On Windows, have pg_upgrade use different two files to log pg_ctl
start/stop output, to fix file share error reported by Edmund Horner
This commit is contained in:
@ -58,8 +58,8 @@ OSInfo os_info;
|
||||
char *output_files[] = {
|
||||
SERVER_LOG_FILE,
|
||||
#ifdef WIN32
|
||||
/* file is unique on Win32 */
|
||||
SERVER_LOG_FILE2,
|
||||
SERVER_START_LOG_FILE,
|
||||
SERVER_STOP_LOG_FILE,
|
||||
#endif
|
||||
RESTORE_LOG_FILE,
|
||||
UTILITY_LOG_FILE,
|
||||
|
Reference in New Issue
Block a user