Honour TEMP_CONFIG when testing pg_upgrade
authorAndrew Dunstan <andrew@dunslane.net>
Thu, 17 Sep 2015 15:57:00 +0000 (11:57 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Thu, 17 Sep 2015 16:05:11 +0000 (12:05 -0400)
commit508435f9d33a895bcab194bbcef1ad0232216285
tree967ee2e370252e5d9b39aecd7b393c9f09668784
parent16e985b47dfed5b370186ca984d7f380a9c127a9
Honour TEMP_CONFIG when testing pg_upgrade

This setting contains extra configuration for the temp instance, as used
in pg_regress' --temp-config flag.

Backpatch to 9.2 where test.sh was introduced.
contrib/pg_upgrade/test.sh