Re: Isn't wait_for_catchup slightly broken? - Mailing list pgsql-hackers

From Julien Rouhaud
Subject Re: Isn't wait_for_catchup slightly broken?
Date
Msg-id 20220116093938.xax7wdxbdqy6i5gg@jrouhaud
Whole thread Raw
In response to Re: Isn't wait_for_catchup slightly broken?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Isn't wait_for_catchup slightly broken?
List pgsql-hackers
Hi,

On Sat, Jan 15, 2022 at 05:58:02PM -0500, Tom Lane wrote:
> 
> Here's a version that makes sure that callers specify a write position not
> an insert position.  I also simplified the callers wherever it turned
> out that they could just use the default parameters.

LGTM, and passes make check-world on my machine.



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: pg_basebackup WAL streamer shutdown is bogus - leading to slow tests
Next
From: Alexander Lakhin
Date:
Subject: Re: Why is src/test/modules/committs/t/002_standby.pl flaky?