1
0
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:
Bruce Momjian
2012-05-24 20:30:39 -04:00
parent 32cebaaed5
commit d226e236c6
3 changed files with 15 additions and 13 deletions

View File

@ -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,