pgsql: Test some more cases with partitioned tables in EvalPlanQual.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Test some more cases with partitioned tables in EvalPlanQual.
Date: 2019-04-09 15:43:28
Message-ID: E1hDsuG-0007tC-Rq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2019-04-09 17:00:15 pgsql: Fix memory leak in pgbench
Previous Message Noah Misch 2019-04-09 15:38:52 pgsql: Define WIN32_STACK_RLIMIT throughout win32 and cygwin builds.