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

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

From
Andrew Dunstan
Date:
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(-)