diff options
author | Bruce Momjian <bruce@momjian.us> | 2013-07-27 15:00:58 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2013-07-27 15:00:58 -0400 |
commit | 815fcd050fbe18976c51af59116d60a6be5f3e41 (patch) | |
tree | 1b82c4f80bd451480bd3362a84e244c0df313699 /src/backend/executor/nodeFunctionscan.c | |
parent | 5691de6c95836e0cef3a2fbb3ce61ce80ddecc69 (diff) | |
download | postgresql-815fcd050fbe18976c51af59116d60a6be5f3e41.tar.gz postgresql-815fcd050fbe18976c51af59116d60a6be5f3e41.zip |
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.
Diffstat (limited to 'src/backend/executor/nodeFunctionscan.c')
0 files changed, 0 insertions, 0 deletions