]> granicus.if.org Git - postgresql/commit
pg_upgrade: fix initialization of thread argument
authorBruce Momjian <bruce@momjian.us>
Thu, 25 Jul 2013 02:01:14 +0000 (22:01 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 25 Jul 2013 02:01:31 +0000 (22:01 -0400)
commite4c6cccd8cbb96e0f64d81bde2136041492d4312
tree6a76bff18fac373dbeca51fee430366cb39f0f9c
parent831283256796d1c20858862b568d73e505eb4a84
pg_upgrade: fix initialization of thread argument
Reorder initialization of thread argument marker to it happens before
reap_child() is called.
Backpatch to 9.3.
contrib/pg_upgrade/parallel.c