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 <alvhe...@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to