pgsql: Fix check for whether a clauseless join has to be forced in the - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix check for whether a clauseless join has to be forced in the
Date
Msg-id 20061024175022.E1F0D9FB207@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix check for whether a clauseless join has to be forced in the presence of
outer joins.  Originally it was only looking for overlap of the righthand
side of a left join, but we have to do it on the lefthand side too.
Per example from Jean-Pierre Pelletier.

Modified Files:
--------------
    pgsql/src/backend/optimizer/geqo:
        geqo_eval.c (r1.80 -> r1.81)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/geqo/geqo_eval.c.diff?r1=1.80&r2=1.81)
    pgsql/src/backend/optimizer/path:
        joinrels.c (r1.80 -> r1.81)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/joinrels.c.diff?r1=1.80&r2=1.81)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Tweak zic.c to compile cleanly on MSVC: use CopyFile instead of
Next
From: knt@pgfoundry.org (User Knt)
Date:
Subject: plscheme - plscheme: Fix dataconv.scm's default directory to pkglibdir.