git.postgresql.org Git - postgresql.git/commit
2013年7月27日 19:00:58 +0000 (15:00 -0400)
2013年7月27日 19:00:58 +0000 (15:00 -0400)
commit 815fcd050fbe18976c51af59116d60a6be5f3e41
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.
This is the main PostgreSQL git repository.
RSS
Atom