pgsql: Expand EPQ tests for UPDATEs and DELETEs

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Expand EPQ tests for UPDATEs and DELETEs
Date: 2019-03-23 02:57:49
Message-ID: E1h7Wqz-0003wc-3j@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Expand EPQ tests for UPDATEs and DELETEs

Previously there was basically no coverage for UPDATEs encountering
deleted rows, and no coverage for DELETE having to perform EPQ. That's
problematic for an upcoming commit in which EPQ is tought to integrate
with tableams. Also, there was no test for UPDATE to encounter a row
UPDATEd into another partition.

Author: Andres Freund

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cdcffe2263215eef9078ce97e6c9adece8ed1910

Modified Files
--------------
src/test/isolation/expected/eval-plan-qual.out | 252 ++++++++++++++++++++-
.../isolation/expected/partition-key-update-1.out | 10 +
src/test/isolation/specs/eval-plan-qual.spec | 35 ++-
.../isolation/specs/partition-key-update-1.spec | 1 +
4 files changed, 288 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-03-23 05:27:32 Re: pgsql: Improve error reporting for DROP FUNCTION/PROCEDURE/AGGREGATE/RO
Previous Message David Rowley 2019-03-23 02:39:56 Re: pgsql: Improve error reporting for DROP FUNCTION/PROCEDURE/AGGREGATE/RO