pgsql: Add additional filtering options to pg_waldump.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add additional filtering options to pg_waldump.
Date: 2022-03-24 08:50:03
Message-ID: E1nXJAQ-00194I-Q6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add additional filtering options to pg_waldump.

Allow filtering by RelFileNode, BlockNumber, ForkNum and FPW.

Author: David Christensen <david(dot)christensen(at)crunchydata(dot)com>
Reviewed-by: Japin Li <japinli(at)hotmail(dot)com>
Reviewed-by: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>
Reviewed-by: Cary Huang <cary(dot)huang(at)highgo(dot)ca>
Reviewed-by: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Discussion: https://postgr.es/m/lzzgmgm6e5.fsf%40veeddrois.attlocal.net

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/127aea2a65cd89c1c28357c6db199683e219491e

Modified Files
--------------
doc/src/sgml/ref/pg_waldump.sgml | 49 +++++++++++++
src/bin/pg_waldump/pg_waldump.c | 144 ++++++++++++++++++++++++++++++++++++++-
2 files changed, 192 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-03-24 11:59:30 pgsql: doc: Improve postgres command for shared_memory_size_in_huge_pag
Previous Message Tatsuo Ishii 2022-03-24 04:46:37 pgsql: Fix pgbench TAP test.