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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Test some more cases with partitioned tables in EvalPlanQual.
Дата
Msg-id E1hDsuG-0007tC-Rq@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Define WIN32_STACK_RLIMIT throughout win32 and cygwin builds.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix memory leak in pgbench