pgsql: pg_waldump: Add a --quiet option.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_waldump: Add a --quiet option.
Date: 2020-04-03 01:11:41
Message-ID: E1jKAs1-0006vN-9N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_waldump: Add a --quiet option.

The primary motivation for this change is that it will be used by the
upcoming patch to add backup manifests, but it also seems to have some
potential more general use.

Andres Freund and Robert Haas

Discussion: http://postgr.es/m/20200330020814.nspra4mvby42yoa4@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ac44367efbef198c57a18b96dbc6a39191720994

Modified Files
--------------
doc/src/sgml/ref/pg_waldump.sgml | 12 ++++++++++++
src/bin/pg_waldump/pg_waldump.c | 22 ++++++++++++++++------
2 files changed, 28 insertions(+), 6 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2020-04-03 01:41:09 Re: pgsql: pg_waldump: Add a --quiet option.
Previous Message Tom Lane 2020-04-02 23:44:06 pgsql: Improve stability fix for partition_aggregate test.