pgsql: pg_plan_advice: Fix another unique-semijoin bug.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_plan_advice: Fix another unique-semijoin bug.
Date: 2026-04-17 18:58:33
Message-ID: E1wDoOe-001RoF-20@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_plan_advice: Fix another unique-semijoin bug.

This one occurs when an outer join appears beneath the made-unique
side of a semijoin. The issue is that join RTEs are not featured
out of sj_unique_rels entries. Fix, and add a test case.

Reported-by: Alexander Lakhin <exclusion(at)gmail(dot)com>
Analyzed-by: Tender Wang <tndrwang(at)gmail(dot)com>
Discussion: http://postgr.es/m/c0c63979-43c2-4424-8fe8-56949934c9d8@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4321dcad475bc7cbb4efe18c0b0652a0506e8348

Modified Files
--------------
contrib/pg_plan_advice/expected/semijoin.out | 32 ++++++++++++++++++++++++++++
contrib/pg_plan_advice/pgpa_planner.c | 13 +++++++++--
contrib/pg_plan_advice/sql/semijoin.sql | 9 ++++++++
3 files changed, 52 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2026-04-17 19:21:32 pgsql: Change PointerGetDatum() back to a macro
Previous Message Amit Kapila 2026-04-17 09:34:32 pgsql: Doc: Improve the wording of logical slot prerequisites.