Add some test coverage of EvalPlanQual with non-locked tables.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 3ef1a682d5e4a919dcaddc8256ea65de91654d1c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-07-29T17:27:57Z
Releases: 9.5.0
Add some test coverage of EvalPlanQual with non-locked tables.

A Salesforce colleague of mine griped that the regression tests don't
exercise EvalPlanQualFetchRowMarks() and allied routines.  Which is
a fair complaint.  Add test cases that go through the REFERENCE and COPY
code paths.  Unfortunately we don't have sufficient infrastructure right
now to exercise the FDW code path in the isolation tests, but this is
surely better than before.

Files