Expand EPQ tests for UPDATEs and DELETEs

Andres Freund <andres@anarazel.de>

Commit: cdcffe2263215eef9078ce97e6c9adece8ed1910
Author: Andres Freund <andres@anarazel.de>
Date: 2019-03-23T02:55:23Z
Releases: 12.0
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

Files