Re: Possible G2-item at SERIALIZABLE - Mailing list pgsql-bugs

From Kyle Kingsbury
Subject Re: Possible G2-item at SERIALIZABLE
Date
Msg-id f8d65719-3570-4ac3-8b67-5dc3da271a55@jepsen.io
Whole thread
In response to Re: Possible G2-item at SERIALIZABLE  (Andrey Borodin <x4mmm@yandex-team.ru>)
Responses Re: Possible G2-item at SERIALIZABLE
List pgsql-bugs
On 5/31/26 08:19, Andrey Borodin wrote:
> Could you confirm whether you still observe G2-item anomalies with a server
> configured default_transaction_isolation = 'serializable' (so that the
> single-statement operations are certainly Serializable)? If they persist under that
> setting I'll dig further...

<sigh>

Yes, this was it, thank you. I've been reworking a whole bunch of things 
to make these tests portable between DBs and totally lost the 
session-wide transaction isolation. This behavior disappears with:

SET SESSION CHARACTERISTICS AS TRANSACTION ISOLATION LEVEL SERIALIZABLE;

Thank you kindly, Andrey. :-)

--Kyle



pgsql-bugs by date:

Previous
From: Pierre Juhen
Date:
Subject: Re: BUG #19502: unix_socket_group doesn't work anymore
Next
From: Michael Paquier
Date:
Subject: Re: BUG #19494: Error on transaction commit inside pipeline triggers psql's Assert