pgsql: Honour TEMP_CONFIG when testing pg_upgrade - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Honour TEMP_CONFIG when testing pg_upgrade
Date
Msg-id E1Zcbno-0004yF-O6@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Add new function planstate_tree_walker.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Honour TEMP_CONFIG when testing pg_upgrade