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 | d83940a7f60f48292b3ae58dfda81b146eab1c50 (patch) | |
tree | febf7e09d7fbe755b5b9a8e570f65fa559f3f87e /src/backend/utils/adt/regexp.c | |
parent | 61edd524017c4a3fa5f35e72e49f70f058be7a99 (diff) | |
download | postgresql-d83940a7f60f48292b3ae58dfda81b146eab1c50.tar.gz postgresql-d83940a7f60f48292b3ae58dfda81b146eab1c50.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/utils/adt/regexp.c')
0 files changed, 0 insertions, 0 deletions