Re: pg_walinspect - a new extension to get raw WAL data and WAL stats

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: pg_walinspect - a new extension to get raw WAL data and WAL stats
Дата
Msg-id YTq6GZFTbyLPw1Jg@paquier.xyz
обсуждение исходный текст
Ответ на Re: pg_walinspect - a new extension to get raw WAL data and WAL stats  ("Bossart, Nathan" <bossartn@amazon.com>)
Ответы Re: pg_walinspect - a new extension to get raw WAL data and WAL stats  (Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>)
Список pgsql-hackers
On Thu, Sep 09, 2021 at 10:49:46PM +0000, Bossart, Nathan wrote:
> +1

A backend approach has the advantage that you can use the proper locks
to make sure that a segment is not recycled or removed by a concurrent
checkpoint, so that would be reliable.
--
Michael

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: corruption of WAL page header is never reported
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Estimating HugePages Requirements?