pgsql: Fix location of output logs of pg_regress

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix location of output logs of pg_regress
Date: 2015-07-21 13:58:13
Message-ID: E1ZHY3h-0005Ks-QI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9faa6ae14f6098e4b55f0131f7ec2694a381fb87

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-07-21 17:38:34 pgsql: Fix some oversights in BRIN patch.
Previous Message Michael Paquier 2015-07-21 13:38:00 Re: pgsql: pg_upgrade: fix one-byte per empty db memory leak