Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 17551f1

Browse files
committed
Undo extra chattiness of postmaster logs in TAP tests.
Commit 6271fce 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/[email protected]
1 parent fbb99e5 commit 17551f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/perl/PostgresNode.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,6 @@ sub init
442442
print $conf "restart_after_crash = off\n";
443443
print $conf "log_line_prefix = '%m [%p] %q%a '\n";
444444
print $conf "log_statement = all\n";
445-
print $conf "log_min_messages = debug1\n";
446445
print $conf "log_replication_commands = on\n";
447446
print $conf "wal_retrieve_retry_interval = '500ms'\n";
448447
print $conf "port = $port\n";

0 commit comments

Comments
 (0)