Add additional filtering options to pg_waldump.
authorThomas Munro <tmunro@postgresql.org>
Thu, 24 Mar 2022 07:58:20 +0000 (20:58 +1300)
committerThomas Munro <tmunro@postgresql.org>
Thu, 24 Mar 2022 08:42:28 +0000 (21:42 +1300)
commit127aea2a65cd89c1c28357c6db199683e219491e
tree58bac602fd577443a9983a28e3f750a2d7233a9d
parentac9c5dc5d4cc15e396b59ca66df25969e51a2a00
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
doc/src/sgml/ref/pg_waldump.sgml
src/bin/pg_waldump/pg_waldump.c