pgsql: Expand EPQ tests for UPDATEs and DELETEs - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Expand EPQ tests for UPDATEs and DELETEs
Date
Msg-id E1h7Wqz-0003wc-3j@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: Re: pgsql: Improve error reporting for DROP FUNCTION/PROCEDURE/AGGREGATE/RO
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Improve error reporting for DROP FUNCTION/PROCEDURE/AGGREGATE/RO