pgsql: pg_waldump: Don't call XLogDumpDisplayStats() if -q is specified

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_waldump: Don't call XLogDumpDisplayStats() if -q is specified
Date: 2020-04-03 16:00:29
Message-ID: E1jKOk9-0003nU-SG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_waldump: Don't call XLogDumpDisplayStats() if -q is specified.

Commit ac44367efbef198c57a18b96dbc6a39191720994 introduced this
problem.

Report and fix by Fujii Masao.

Discussion: http://postgr.es/m/d332b8f0-0c72-3cd6-6945-7a86a503662a@oss.nttdata.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3031440e9809bbf7cf279b85306df2e3b686539d

Modified Files
--------------
src/bin/pg_waldump/pg_waldump.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2020-04-03 16:23:57 pgsql: Add a glossary to the documentation
Previous Message Robert Haas 2020-04-03 15:56:44 pgsql: Add checksum helper functions.