]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix pg_upgrade file share violation on Windows created by the commit
authorBruce Momjian <bruce@momjian.us>
Tue, 7 Aug 2012 17:10:44 +0000 (13:10 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 7 Aug 2012 17:10:44 +0000 (13:10 -0400)
commit7d947ec82ac8a7d6a6ce8acf08067dd69098d6cd
treebcf09f32074db1a5715af0da521306d6c6fa92f6
parent4d06811ef9ed2593292f859292f61d10b38be352
Fix pg_upgrade file share violation on Windows created by the commit
4741e9afb93f0d769655b2d18c2b73b86f281010.  This was done by adding an
optional second log file parameter to exec_prog(), and closing and
reopening the log file between system() calls.

Backpatch to 9.2.
contrib/pg_upgrade/check.c
contrib/pg_upgrade/dump.c
contrib/pg_upgrade/exec.c
contrib/pg_upgrade/pg_upgrade.c
contrib/pg_upgrade/pg_upgrade.h
contrib/pg_upgrade/server.c