Thread: pgsql: pg_upgrade: fix -j race condition on Windows

pgsql: pg_upgrade: fix -j race condition on Windows

From
Bruce Momjian
Date:
pg_upgrade: fix -j race condition on Windows
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.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/d83940a7f60f48292b3ae58dfda81b146eab1c50

Modified Files
--------------
contrib/pg_upgrade/exec.c |   46 ++++++++++++++++++++++++++++++++++++++++-----
1 file changed, 41 insertions(+), 5 deletions(-)