Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit17551f1

Browse files
committed
Undo extra chattiness of postmaster logs in TAP tests.
Commit6271fce changed PostgresNode.pm to force log_min_messages = debug1in all TAP tests, without any discussion and without a concrete need forit. This makes some of the TAP tests noticeably slower (although much ofthat may be due to poorly-written regexes), and for certain it's bloatingthe buildfarm logs. Revert the change.Discussion:https://postgr.es/m/32459.1525657786@sss.pgh.pa.us
1 parentfbb99e5 commit17551f1

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)

[8]ページ先頭

©2009-2025 Movatter.jp