• Bruce Momjian's avatar
    pg_upgrade: fix -j race condition on Windows · 815fcd05
    Bruce Momjian authored
    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.
    815fcd05
exec.c 9.72 KB