Re: [PATCH] add relation and block-level filtering to pg_waldump - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: [PATCH] add relation and block-level filtering to pg_waldump
Date
Msg-id CAH2-WzkgeNGgpbJYQbJm68chEmdb6DDkoRBBbTgOYvUqW_ypig@mail.gmail.com
Whole thread Raw
In response to [PATCH] add relation and block-level filtering to pg_waldump  (David Christensen <david.christensen@crunchydata.com>)
List pgsql-hackers
On Thu, Feb 24, 2022 at 11:06 AM David Christensen
<david.christensen@crunchydata.com> wrote:
> This patch adds the ability to specify a RelFileNode and optional BlockNum to limit output of
> pg_waldump records to only those which match the given criteria.  This should be more performant
> than `pg_waldump | grep` as well as more reliable given specific variations in output style
> depending on how the blocks are specified.

Sounds useful to me.

-- 
Peter Geoghegan



pgsql-hackers by date:

Previous
From: David Christensen
Date:
Subject: [PATCH] add relation and block-level filtering to pg_waldump
Next
From: David Christensen
Date:
Subject: Re: [PATCH] add relation and block-level filtering to pg_waldump