Re: [PATCH] add relation and block-level filtering to pg_waldump

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: [PATCH] add relation and block-level filtering to pg_waldump
Дата
Msg-id CAH2-WzkgeNGgpbJYQbJm68chEmdb6DDkoRBBbTgOYvUqW_ypig@mail.gmail.com
обсуждение исходный текст
Ответ на [PATCH] add relation and block-level filtering to pg_waldump  (David Christensen <david.christensen@crunchydata.com>)
Список 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 по дате отправления:

Предыдущее
От: David Christensen
Дата:
Сообщение: [PATCH] add relation and block-level filtering to pg_waldump
Следующее
От: David Christensen
Дата:
Сообщение: Re: [PATCH] add relation and block-level filtering to pg_waldump