pgsql: Marginal improvement in sublink planning: allow unknownEqFalse - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Marginal improvement in sublink planning: allow unknownEqFalse
Date
Msg-id 20080820195824.3A0F9755315@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Marginal improvement in sublink planning: allow unknownEqFalse optimization
to be used for SubLinks that are underneath a top-level OR clause.  Just as at
the very top level of WHERE, it's not necessary to be accurate about whether
the sublink returns FALSE or NULL, because either result has the same impact
on whether the WHERE will succeed.

Modified Files:
--------------
    pgsql/src/backend/optimizer/plan:
        subselect.c (r1.136 -> r1.137)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/plan/subselect.c?r1=1.136&r2=1.137)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Remove tools and documention for generating TODO.html.
Next
From: kpierno@pgfoundry.org (User Kpierno)
Date:
Subject: pgstatspack - pgstatspack: New sample report with the new report