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

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Allow multiple --temp-config arguments to pg_regress
Дата
Msg-id E1aa2XS-0005YD-Gt@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Respect TEMP_CONFIG when pg_regress_check and friends are called
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Avoid multiple free_struct_lconv() calls on same data.