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 CAPpHfduds=5upQGq6zssKCYXFdm7f=QEQQBHQPSV30X=jNLT0Q@mail.gmail.com
Whole thread
In response to Improve WAIT FOR read-your-writes consistency doc  (Sami Imseih <samimseih.pg@gmail.com>)
Responses Re: Improve WAIT FOR read-your-writes consistency doc
List pgsql-hackers
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.

------
Regards,
Alexander Korotkov
Supabase

Attachment

pgsql-hackers by date:

Previous
From: Alexandre Felipe
Date:
Subject: BUG #19686: Rolling back SET TABLESPACE
Next
From: Jacob Champion
Date:
Subject: Re: [PATCH] Explain what the default output_plugin_libraries do