]> granicus.if.org Git - postgresql/commit
Expand EPQ tests for UPDATEs and DELETEs
authorAndres Freund <andres@anarazel.de>
Sat, 23 Mar 2019 02:55:23 +0000 (19:55 -0700)
committerAndres Freund <andres@anarazel.de>
Sat, 23 Mar 2019 02:55:23 +0000 (19:55 -0700)
commitcdcffe2263215eef9078ce97e6c9adece8ed1910
tree45d69880e17edf4e125b9bd68a911cc49e403cec
parente0090c86900877bf0911c53dcf4a30bc81d03047
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
src/test/isolation/expected/eval-plan-qual.out
src/test/isolation/expected/partition-key-update-1.out
src/test/isolation/specs/eval-plan-qual.spec
src/test/isolation/specs/partition-key-update-1.spec