]> 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:57:50 +0000 (09:57 -0400)
commit29f171c81a0d064ab556417374b8809a8ebe2c08
tree13f5157df2fb7b46e310450fa3438a13b786a2ff
parentd6ec181cf14a1d3f3d8ca9400a404b9828776ca3
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