From ef0339ee5dcf933949f3751d98771e03b8c19aa2 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Thu, 2 Nov 2017 15:51:05 +0100 Subject: Revert bogus fixes of HOT-freezing bug It turns out we misdiagnosed what the real problem was. Revert the previous changes, because they may have worse consequences going forward. A better fix is forthcoming. The simplistic test case is kept, though disabled. Discussion: https://postgr.es/m/20171102112019.33wb7g5wp4zpjelu@alap3.anarazel.de --- src/test/isolation/isolation_schedule | 1 - 1 file changed, 1 deletion(-) (limited to 'src/test/isolation') diff --git a/src/test/isolation/isolation_schedule b/src/test/isolation/isolation_schedule index 3b4fd533b77..50ddb43a169 100644 --- a/src/test/isolation/isolation_schedule +++ b/src/test/isolation/isolation_schedule @@ -30,7 +30,6 @@ test: lock-committed-keyupdate test: update-locked-tuple test: propagate-lock-delete test: tuplelock-conflict -test: freeze-the-dead test: nowait test: nowait-2 test: nowait-3 -- cgit v1.2.3