Fix pg_upgrade test script's line end handling on Windows.
authorAndrew Dunstan <[email protected]>
Wed, 5 Sep 2012 21:55:47 +0000 (17:55 -0400)
committerAndrew Dunstan <[email protected]>
Wed, 5 Sep 2012 21:55:47 +0000 (17:55 -0400)
commit216c0e30076aa6abecc6ab013b45e9567fcdff45
treeef228505aa8e7663052936aada54258e9c44e7e2
parent5654fd1771398c9f85f91aef53361c96f4eef49c
Fix pg_upgrade test script's line end handling on Windows.

Call pg_dumpall using -f switch instead of redirection, to avoid
writing the output in text mode and generating spurious carriage
returns. Remove to carriage return ignoring hack introduced by
commit e442b0f0c6fd26738bafdeb5222511b586dfe4b9.

Backpatch to 9.2.
contrib/pg_upgrade/test.sh