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

Commit3031440

Browse files
committed
pg_waldump: Don't call XLogDumpDisplayStats() if -q is specified.
Commitac44367 introduced thisproblem.Report and fix by Fujii Masao.Discussion:http://postgr.es/m/d332b8f0-0c72-3cd6-6945-7a86a503662a@oss.nttdata.com
1 parentc12e43a commit3031440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pg_waldump/pg_waldump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@ main(int argc, char **argv)
10981098
break;
10991099
}
11001100

1101-
if (config.stats== true)
1101+
if (config.stats== true&& !config.quiet)
11021102
XLogDumpDisplayStats(&config,&stats);
11031103

11041104
if (errormsg)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp