]> granicus.if.org Git - postgresql/commit
Fix bugs in exec.c that prevented pg_upgrade working in Windows.
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 3 Sep 2012 19:31:26 +0000 (15:31 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 3 Sep 2012 19:31:26 +0000 (15:31 -0400)
commit6259678f8f5443e9d396e20418448b247c6948dd
tree61299b2abb19c06f5bf7674b33eb5731b98e351c
parentf763b77193b04eba03a1f4ce46df34dc0348419e
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