From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Compatibility GUC for serializable |
Date: | 2011-01-10 00:47:46 |
Message-ID: | 1964.1294620466@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
"Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov> writes:
> If the SSI patch were to be accepted as is, REPEATABLE READ would
> continue to provide the exact same snapshot isolation behavior which
> both it and SERIALIZABLE do through 9.0, and SERIALIZABLE would
> always use SSI on top of the snapshot isolation to prevent
> serialization anomalies. In his review, Jeff argued for a
> compatibility GUC which could be changed to provide legacy behavior
> for SERIALIZABLE transactions -- if set, SERIALIZABLE would fall back
> to working the same as REPEATABLE READ.
> In an off-list exchange with me, David Fetter expressed opposition to
> this, as a foot-gun.
I think we've learned over the years that GUCs that significantly change
semantics can be foot-guns. I'm not sure exactly how dangerous this one
would be, but on the whole I'd prefer to avoid introducing a GUC here.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Josh Berkus | 2011-01-10 01:06:14 | Re: GIN indexscans versus equality selectivity estimation |
Previous Message | Tom Lane | 2011-01-09 23:38:07 | GIN indexscans versus equality selectivity estimation |