]> 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:00:41 +0000 (12:00 -0400)
commit104184d9562365432479691b917ebab45e55e214
tree134c479d69f3cd802fe3034c3bf264c6a7f244b7
parentd97bdb082690980a78ca6e2bbe0c6d863caef32f
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.
src/bin/pg_upgrade/test.sh