mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +03:00
Have pg_upgrade only use one extra log file for Win32, not two.
This commit is contained in:
@@ -58,8 +58,8 @@ OSInfo os_info;
|
||||
char *output_files[] = {
|
||||
SERVER_LOG_FILE,
|
||||
#ifdef WIN32
|
||||
/* unique file for pg_ctl start */
|
||||
SERVER_START_LOG_FILE,
|
||||
SERVER_STOP_LOG_FILE,
|
||||
#endif
|
||||
RESTORE_LOG_FILE,
|
||||
UTILITY_LOG_FILE,
|
||||
|
Reference in New Issue
Block a user