Add additional filtering options to pg_waldump.

Thomas Munro <tmunro@postgresql.org>

Commit: 127aea2a65cd89c1c28357c6db199683e219491e
Author: Thomas Munro <tmunro@postgresql.org>
Date: 2022-03-24T08:42:28Z
Releases: 15.0
Add additional filtering options to pg_waldump.

Allow filtering by RelFileNode, BlockNumber, ForkNum and FPW.

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

Files

PathChange+/−
doc/src/sgml/ref/pg_waldump.sgml modified +49 −0
src/bin/pg_waldump/pg_waldump.c modified +143 −1

Documentation touched

Discussion