Re: Potential G2-item cycles under serializable isolation

Thomas Munro <thomas.munro@gmail.com>

From: Thomas Munro <thomas.munro@gmail.com>
To: raf <raf@raf.org>
Cc: PostgreSQL mailing lists <pgsql-bugs@lists.postgresql.org>
Date: 2020-06-13T00:20:13Z
Lists: pgsql-bugs
On Sat, Jun 13, 2020 at 10:11 AM raf <raf@raf.org> wrote:
> "their contents does not" should be "their contents do not".

Thanks.  I'd already reworded that in the v2 patch, later in the thread.



Commits

  1. Doc: Add references for SI and SSI.

  2. Improve comments for [Heap]CheckForSerializableConflictOut().

  3. Avoid update conflict out serialization anomalies.

  4. Implement genuine serializable isolation level.