Re: FOR KEY LOCK foreign keys

Kevin Grittner <kevin.grittner@wicourts.gov>

From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: <noah@2ndQuadrant.com>,<alvherre@commandprompt.com>
Cc: <dimitri@2ndquadrant.fr>,<pgsql-hackers@postgresql.org>
Date: 2011-07-16T18:03:31Z
Lists: pgsql-hackers

Attachments

Noah Misch  wrote:
  
> With this patch in its final form, I have completed 180+ suite runs
> without a failure.
  
The attached patch allows the tests to pass when
default_transaction_isolation is stricter than 'read committed'. 
This is a slight change from the previously posted version of the
files (because of a change in the order of statements, based on the
timeouts), and in patch form this time.
  
Since `make installcheck-world` works at all isolation level
defaults, as do all previously included isolation tests, it seems
like a good idea to keep this up.  It will simplify my testing of SSI
changes, anyway.
 
-Kevin