pgsql: My recent fix for semijoin planning didn't actually work for a - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: My recent fix for semijoin planning didn't actually work for a
Date
Msg-id 20081128192908.178D97545A4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
My recent fix for semijoin planning didn't actually work for a semijoin with a
RHS that can't be unique-ified --- join_is_legal has to check that before
deciding to build a join, else we'll have an unimplementable joinrel.
Per report from Greg Stark.

Modified Files:
--------------
    pgsql/src/backend/optimizer/path:
        joinrels.c (r1.95 -> r1.96)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/joinrels.c?r1=1.95&r2=1.96)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Cosmetic cleanups in contrib/isn (doesn't fix the passbyval
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix an oversight in uninstall_isn.sql: must drop operator