Content-Length: 258374 | pFad | http://github.com/postgrespro/postgres_cluster/commit/3031440e9809bbf7cf279b85306df2e3b686539d

68 pg_waldump: Don't call XLogDumpDisplayStats() if -q is specified. · postgrespro/postgres_cluster@3031440 · GitHub
Skip to content

Commit 3031440

Browse files
committed
pg_waldump: Don't call XLogDumpDisplayStats() if -q is specified.
Commit ac44367 introduced this problem. Report and fix by Fujii Masao. Discussion: http://postgr.es/m/d332b8f0-0c72-3cd6-6945-7a86a503662a@oss.nttdata.com
1 parent c12e43a commit 3031440

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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/3031440e9809bbf7cf279b85306df2e3b686539d

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy