pgsql: Test some more cases with partitioned tables in EvalPlanQual. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Test some more cases with partitioned tables in EvalPlanQual.
Date
Msg-id E1hDsuG-0007tC-Rq@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Test some more cases with partitioned tables in EvalPlanQual.

We weren't testing anything involving EPQ on UPDATEs that move tuples
into different partitions.  Depending on the implementation,
it might be that these cases aren't actually very interesting ...
but given our thin coverage of EPQ in general, I think it's a good
idea to have a test case.

Amit Langote, minor tweak by me

Discussion: https://postgr.es/m/7889df35-ad1a-691a-00e3-4d4b18f364e3@lab.ntt.co.jp

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a2418f9e238794fcaaf00bbd5b8f953ca2856aa0

Modified Files
--------------
src/test/isolation/expected/eval-plan-qual.out | 52 ++++++++++++++++++++++++++
src/test/isolation/specs/eval-plan-qual.spec   | 39 ++++++++++++++++++-
2 files changed, 89 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Define WIN32_STACK_RLIMIT throughout win32 and cygwin builds.
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Fix memory leak in pgbench