pgsql: Use separate output dirs for test_decoding's two runs.

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Use separate output dirs for test_decoding's two runs.
Дата
Msg-id E1WUOJi-0006QA-4p@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Use separate output dirs for test_decoding's two runs.

contrib/test_decoding's "make check" runs two sets of tests. Unless we
specify separate output directories for each set the isolation tests
will overwrite the output from the  normal regression set. Doing this
will help the buildfarm collect complete logs.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7317d8d961f210c3a6b20972cd605bcd9bffb06e

Modified Files
--------------
contrib/test_decoding/Makefile |    6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Secure Unix-domain sockets of "make check" temporary clusters.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Rename GinLogicValue to GinTernaryValue.