Re: SSI, simplified - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: SSI, simplified
Date
Msg-id 1296058507-sup-7597@alvh.no-ip.org
Whole thread Raw
In response to Re: SSI, simplified  (Simon Riggs <simon@2ndQuadrant.com>)
Responses Re: SSI, simplified  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-hackers
Excerpts from Simon Riggs's message of mié ene 26 10:40:28 -0300 2011:

> So in the Compatibility release notes for 9.1 we should say:
> 
> "Applications that request SERIALIZABLE mode will now experience
> different and fully correct behaviour. The new mode does not currently
> work in Hot Standby mode, and an error will be returned if this is
> requested. If the previous serializable behaviour is required, users
> should request transaction isolation mode REPEATABLE READ."

Also, perhaps
errmsg("cannot use serializable mode in a hot standby"),errhint("You can use REPEATABLE READ instead.")

-- 
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: "Felix Schmidt @ Oracle"
Date:
Subject: Query Optimizer + Parallel Operators
Next
From: Tom Lane
Date:
Subject: Re: REVIEW: EXPLAIN and nfiltered