Re: recent deadlock regression test failures
Thomas Munro <thomas.munro@enterprisedb.com>
From: Thomas Munro <thomas.munro@enterprisedb.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Kevin Grittner <kgrittn@gmail.com>, Andres Freund <andres@anarazel.de>, Andrew Dunstan <andrew.dunstan@2ndquadrant.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2017-04-09T11:49:38Z
Lists: pgsql-hackers
On Sun, Apr 9, 2017 at 12:33 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote: > Kevin Grittner <kgrittn@gmail.com> writes: >> On Sat, Apr 8, 2017 at 12:56 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote: >>> I'm imagining an API like >>> isolation_test_is_waiting_for(int, int[]) returns bool > >> Good suggestion. > >> Thomas, would you like to produce a patch along these lines, or >> should I? > > I'll be happy to review/push if someone else does a first draft. Ok, I'll post a new patch tomorrow. -- Thomas Munro http://www.enterprisedb.com
Commits
-
Move isolationtester's is-blocked query into C code for speed.
- 511540dadf11 10.0 landed