]> granicus.if.org Git - postgresql/commit
Undo extra chattiness of postmaster logs in TAP tests.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 7 May 2018 19:12:01 +0000 (15:12 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 7 May 2018 19:12:01 +0000 (15:12 -0400)
commit17551f1a21fa8e70aa0bca1153de03460742565c
tree51b2d74e94532d472bd54083d39152ef17c26d95
parentfbb99e5883d88687de4dbd832c2843f600ab3dd8
Undo extra chattiness of postmaster logs in TAP tests.

Commit 6271fceb8 changed PostgresNode.pm to force log_min_messages = debug1
in all TAP tests, without any discussion and without a concrete need for
it.  This makes some of the TAP tests noticeably slower (although much of
that may be due to poorly-written regexes), and for certain it's bloating
the buildfarm logs.  Revert the change.

Discussion: https://postgr.es/m/32459.1525657786@sss.pgh.pa.us
src/test/perl/PostgresNode.pm