mirror of
https://github.com/postgres/postgres.git
synced 2026-01-05 23:38:41 +03:00
Have pg_upgrade only use one extra log file for Win32, not two.
This commit is contained in:
@@ -63,7 +63,8 @@ extern char *output_files[];
|
||||
#define SERVER_STOP_LOG_FILE SERVER_LOG_FILE
|
||||
#else
|
||||
#define SERVER_START_LOG_FILE "pg_upgrade_server_start.log"
|
||||
#define SERVER_STOP_LOG_FILE "pg_upgrade_server_stop.log"
|
||||
/* pg_ctl stop doesn't keep the log file open, so reuse UTILITY_LOG_FILE */
|
||||
#define SERVER_STOP_LOG_FILE UTILITY_LOG_FILE
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user