]> granicus.if.org Git - postgresql/commit
Fix location of output logs of pg_regress
authorAndrew Dunstan <andrew@dunslane.net>
Tue, 21 Jul 2015 13:53:16 +0000 (09:53 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Tue, 21 Jul 2015 13:53:16 +0000 (09:53 -0400)
commit9faa6ae14f6098e4b55f0131f7ec2694a381fb87
tree42c58963c9e87cabda61f366221b84474198afac
parent149b1dd84069a9b57962fdb4621754aed5dfb63e
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
src/test/regress/pg_regress.c