Re: recent deadlock regression test failures
Kevin Grittner <kgrittn@gmail.com>
From: Kevin Grittner <kgrittn@gmail.com>
To: Andres Freund <andres@anarazel.de>
Cc: Tom Lane <tgl@sss.pgh.pa.us>,
Andrew Dunstan <andrew.dunstan@2ndquadrant.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2017-04-07T18:35:33Z
Lists: pgsql-hackers
On Fri, Apr 7, 2017 at 12:52 PM, Andres Freund <andres@anarazel.de> wrote: > I'd rather fix the issue, than remove the tests entirely. Seems quite > possible to handle blocking on Safesnapshot in a similar manner as pg_blocking_pids? I'll see what I can figure out. -- Kevin Grittner
Commits
-
Move isolationtester's is-blocked query into C code for speed.
- 511540dadf11 10.0 landed