pgsql: Allow multiple --temp-config arguments to pg_regress

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow multiple --temp-config arguments to pg_regress
Date: 2016-02-28 14:41:38
Message-ID: E1aa2XS-0005YD-Gt@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Allow multiple --temp-config arguments to pg_regress

This means that if, for example, TEMP_CONFIG is set and a Makefile
explicitly sets a temp-config file, both will now be used.

Patch from John Gorman.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/26fdff1b8f76f3c47d4e19be7c4aef3cdcd3393c

Modified Files
--------------
src/test/regress/pg_regress.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2016-02-28 14:43:00 Re: Re: [COMMITTERS] pgsql: Respect TEMP_CONFIG when running contrib regression tests.
Previous Message John Gorman 2016-02-27 18:24:09 Re: Re: [COMMITTERS] pgsql: Respect TEMP_CONFIG when running contrib regression tests.