pgsql: Allow multiple --temp-config arguments to pg_regress - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Allow multiple --temp-config arguments to pg_regress
Date
Msg-id E1aa2XS-0005YD-Gt@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Respect TEMP_CONFIG when pg_regress_check and friends are called
Next
From: Tom Lane
Date:
Subject: pgsql: Avoid multiple free_struct_lconv() calls on same data.