Re: BUG #16036: Segmentation fault while doing an update

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@anarazel.de>
Cc: Peter Geoghegan <pg@bowt.ie>, pgsql-bugs@lists.postgresql.org
Date: 2019-10-05T15:30:39Z
Lists: pgsql-bugs
Andres Freund <andres@anarazel.de> writes:
> I've now disabled that portion of the test.

There's still a large fraction of the buildfarm that's unhappy :-(

			regards, tom lane



Commits

  1. Disable one more set of tests from c8841199509.

  2. Disable one set of tests from c8841199509.

  3. Add isolation tests for the combination of EPQ and triggers.

  4. Fix crash caused by EPQ happening with a before update trigger present.

  5. Modify the isolation tester so that multiple sessions can wait.