Re: Serializable implementation
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Kevin Grittner <Kevin.Grittner@wicourts.gov>
Cc: Jeff Davis <pgsql@j-davis.com>, pgsql-hackers@postgresql.org
Date: 2010-01-08T15:00:37Z
Lists: pgsql-hackers
On Fri, Jan 8, 2010 at 9:46 AM, Kevin Grittner <Kevin.Grittner@wicourts.gov> wrote: > Opinions? I think anything you decide about how to invoke the different isolation levels will be easy to change later to meet whatever the consensus of the community is at that time. I wouldn't spend any time or energy on it now. For purposes of your prototype patch, using REPEATABLE READ for the current serializable and SERIALIZABLE for the new behavior will be plenty good enough. ...Robert