pgsql: Respect TEMP_CONFIG when pg_regress_check and friends are called

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Respect TEMP_CONFIG when pg_regress_check and friends are called
Date: 2016-02-27 17:32:04
Message-ID: E1aZiiq-0002Ti-NF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Respect TEMP_CONFIG when pg_regress_check and friends are called

This reverts commit 9117985b6ba9beda4f280f596035649fc23b6233 in favor of
a more general solution.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/87cc6b57a911bf439ff9e53f1eddba58e9749ffe

Modified Files
--------------
contrib/contrib-global.mk | 5 -----
src/Makefile.global.in | 10 ++++++++--
src/interfaces/ecpg/test/Makefile | 4 ++--
src/test/isolation/Makefile | 4 ++--
src/test/regress/GNUmakefile | 10 ++--------
5 files changed, 14 insertions(+), 19 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message John Gorman 2016-02-27 18:24:09 Re: Re: [COMMITTERS] pgsql: Respect TEMP_CONFIG when running contrib regression tests.
Previous Message Robert Haas 2016-02-27 15:23:20 Re: [COMMITTERS] pgsql: Respect TEMP_CONFIG when running contrib regression tests.