]> granicus.if.org Git - postgresql/commit
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:12:06 +0000 (12:12 -0400)
commite61fb6d542979bba84b9e8afa73015a142c42541
treefeba5470be098aa8ae7e16cb6db5fadf2775c4b9
parent11103c6d95e43bf720b2293cb4c4b2f6efc4947a
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