]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix bugs in exec.c that prevented pg_upgrade working in Windows.
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 3 Sep 2012 19:32:58 +0000 (15:32 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 3 Sep 2012 19:32:58 +0000 (15:32 -0400)
commitc879e82b3746150171fcec605a6d5b2b21e5c6cf
treedc56495fcc96f2daf3c4b17c196a92deedb9d597
parent5c7e91e9c3d6716641ba52286c6d3daa6b1c13c0
Fix bugs in exec.c that prevented pg_upgrade working in Windows.

Backpatch to 9.2 - code before that is quite different and should
not have these defects.
contrib/pg_upgrade/exec.c