Re: Improve WAIT FOR read-your-writes consistency doc - Mailing list pgsql-hackers

From Alexander Korotkov
Subject Re: Improve WAIT FOR read-your-writes consistency doc
Date
Msg-id CAPpHfdsG5cxqpjk4wa+WbZd29zcJSa9050H1OovcMsXg7Ce+fA@mail.gmail.com
Whole thread
In response to Re: Improve WAIT FOR read-your-writes consistency doc  (Sami Imseih <samimseih.pg@gmail.com>)
List pgsql-hackers
On Thu, Sep 17, 2026 at 1:42 AM Sami Imseih <samimseih.pg@gmail.com> wrote:
> On Wed, Sep 16, 2026 at 5:30 PM Alexander Korotkov <aekorotkov@gmail.com> wrote:
>>
>> On Tue, Sep 15, 2026 at 4:27 PM Sami Imseih <samimseih.pg@gmail.com> wrote:
>> > Attached is a rebase.
>>
>> I've made this following changes to the patch.
>> 1) Change <command>WAIT FOR</command> back to <command>WAIT</command>
>> (see a23ab4862cfe).
>> 2) In the example, app gets lsn at or after *the end* of the relevant
>> write transaction's COMMIT record.  If we say lsn at the COMMIT record
>> then it might be interpreted as at he beginning of that record (and
>> that is wrong).
>>
>> I'm going to push this if no objections.
>
> LGTM

Thank you, pushed.

------
Regards,
Alexander Korotkov
Supabase



pgsql-hackers by date:

Previous
From: Alexandre Felipe
Date:
Subject: Re: SLOPE - Planner optimizations on monotonic expressions.
Next
From: Alexander Korotkov
Date:
Subject: Re: WAIT FOR NO_THROW option could use some documentation