pgsql: Fix location of output logs of pg_regress - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Fix location of output logs of pg_regress
Date
Msg-id E1ZHY3h-0005Kt-QN@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix location of output logs of pg_regress

initdb.log and postmaster.log were moved to within the temporary instance
path by commit dcae5fa. This directory now gets removed at the end
of the run of pg_regress when there are no failures found, which makes
analysis of after-run issues difficult in some cases, and reduces the
output verbosity of the buildfarm after a run.

Fix by Michael Paquier

Backpatch to 9.5

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/29f171c81a0d064ab556417374b8809a8ebe2c08

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


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: pg_upgrade: fix one-byte per empty db memory leak
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Fix location of output logs of pg_regress