mirror of
https://github.com/postgres/postgres.git
synced 2025-11-28 11:44:57 +03:00
Pg_Upgrade cannot write the command string to the log file and then call system() to write to the same file without causing occasional file-share errors on Windows. So instead, write the command string to the log file after system(), in those cases. Backpatch to 9.3.
9.7 KiB
9.7 KiB