1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-26 01:22:12 +03:00
Files
postgres/contrib/pg_upgrade
Bruce Momjian d83940a7f6 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.
2013-07-27 15:00:58 -04:00
..
2013-05-29 16:58:43 -04:00
2013-05-29 16:58:43 -04:00
2013-07-25 11:33:14 -04:00
2013-05-29 16:58:43 -04:00
2013-06-01 09:38:15 -04:00
2012-12-26 19:26:30 -05:00
2013-05-29 16:58:43 -04:00
2013-05-29 16:58:43 -04:00
2013-06-01 09:38:15 -04:00
2013-05-29 16:58:43 -04:00
2013-06-01 10:18:59 -04:00
2013-05-29 16:58:43 -04:00
2013-05-29 16:58:43 -04:00
2012-05-15 22:19:41 +03:00
2013-05-29 16:58:43 -04:00