Re: pg_walinspect - a new extension to get raw WAL data and WAL stats - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: pg_walinspect - a new extension to get raw WAL data and WAL stats
Date
Msg-id YTq6GZFTbyLPw1Jg@paquier.xyz
Whole thread Raw
In response to Re: pg_walinspect - a new extension to get raw WAL data and WAL stats  ("Bossart, Nathan" <bossartn@amazon.com>)
Responses Re: pg_walinspect - a new extension to get raw WAL data and WAL stats  (Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: corruption of WAL page header is never reported
Next
From: Michael Paquier
Date:
Subject: Re: Estimating HugePages Requirements?