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-4d4b18f36...@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(-)