pgsql: Improve command line options for pg_waldump.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve command line options for pg_waldump.
Date: 2022-03-25 00:55:01
Message-ID: E1nXYEH-001FHV-29@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve command line options for pg_waldump.

Follow-up improvements for commit 127aea2a based on discussion:

* use fork name for --fork, not number
* use -R, -B as short switches for --relation, --block
* re-alphabetize the list of switches (code, --help and docs)

Suggested-by: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com> (fork name part)
Reviewed-by: David Christensen <david(dot)christensen(at)crunchydata(dot)com>
Reviewed-by: Japin Li <japinli(at)hotmail(dot)com>
Discussion: https://postgr.es/m/3a4c2e93-7976-2320-fc0a-32097fe148a7%40enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/52b5568432963b721698a2df1f37a0795b9611dc

Modified Files
--------------
doc/src/sgml/ref/pg_waldump.sgml | 58 ++++++++++++++---------------
src/bin/pg_waldump/pg_waldump.c | 80 +++++++++++++++++++---------------------
2 files changed, 66 insertions(+), 72 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2022-03-25 01:23:41 pgsql: Second attempt to fix pgbench TAP test.
Previous Message Andres Freund 2022-03-25 00:22:03 pgsql: Add retries for further investigation of 019_replslot_limit.pl f