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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add some test coverage of EvalPlanQual with non-locked tables.
Date: 2015-07-29 17:28:11
Message-ID: E1ZKV9H-0000Pl-Gx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/342a1ffa2177c0b260b68d7891b0d04598a58432

Modified Files
--------------
src/test/isolation/expected/eval-plan-qual.out | 40 ++++++++++++++++++++++++
src/test/isolation/specs/eval-plan-qual.spec | 16 ++++++++++
2 files changed, 56 insertions(+)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-07-29 17:37:39 Re: pgsql: Make TAP tests work on Windows.
Previous Message Joe Conway 2015-07-29 16:48:23 pgsql: Add missing post create and alter hooks to policy objects.