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

From Tom Lane
Subject Re: Isn't wait_for_catchup slightly broken?
Date
Msg-id 3781072.1642357808@sss.pgh.pa.us
Whole thread Raw
In response to Re: Isn't wait_for_catchup slightly broken?  (Julien Rouhaud <rjuju123@gmail.com>)
List pgsql-hackers
Julien Rouhaud <rjuju123@gmail.com> writes:
> 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.

Pushed, thanks for reviewing.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Japin Li
Date:
Subject: Re: support for MERGE
Next
From: Justin Pryzby
Date:
Subject: Re: Avoiding smgrimmedsync() during nbtree index builds