> On 6 Oct 2025, at 04:42, Jeremy Schneider <schneider@ardentperf.com> wrote:
>
> A large and stressed system could get into a state where fsync takes
> awhile.
For such cases I would like to have a function that ensures walreceiver will not acknowledge any new LSN. And then
returnslast ack'ed LSN.
Today we have to stop walreceiver, which takes some time from our 9999s.
Best regards, Andrey Borodin.