Re: Compatibility GUC for serializable - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: Compatibility GUC for serializable
Date
Msg-id 4D2BA9D8.80204@agliodbs.com
Whole thread Raw
In response to Re: Compatibility GUC for serializable  (Jeff Davis <pgsql@j-davis.com>)
Responses Re: Compatibility GUC for serializable  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> If we must have a GUC, perhaps we could publish a sunset one release in
> the future.

I was thinking default to false/off in 9.1, and disappear in 9.3.

> Really, the biggest risk of such a GUC is the confusion factor when
> supporting people.  If we're told that the transactions involved in
> some scenario were all run at the SERIALIZABLE isolation level, we
> would need to wonder how many *really* were, and how many were (as
> David put it) at the NOTREALLYSERIALIZABLEBUTLABELEDASSERIALIZABLE
> isolation level?

How is this different from our other backwards-compatibility GUCs?

--                                  -- Josh Berkus                                    PostgreSQL Experts Inc.
                        http://www.pgexperts.com
 


pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: Compatibility GUC for serializable
Next
From: Tom Lane
Date:
Subject: Re: Bug in pg_describe_object