pgsql: Honour TEMP_CONFIG when testing pg_upgrade

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Honour TEMP_CONFIG when testing pg_upgrade
Date: 2015-09-17 16:12:52
Message-ID: E1Zcbno-0004yF-O6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/104184d9562365432479691b917ebab45e55e214

Modified Files
--------------
src/bin/pg_upgrade/test.sh | 4 ++++
1 file changed, 4 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2015-09-17 16:51:04 pgsql: Fix oversight in tsearch type check
Previous Message Robert Haas 2015-09-17 15:28:09 pgsql: Add new function planstate_tree_walker.