pgsql: Fix build_minmax_path() to cope if an IS NULL clause turns up in - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql: Fix build_minmax_path() to cope if an IS NULL clause turns up in
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix build_minmax_path() to cope if an IS NULL clause turns up in the
indexable-clauses list for a btree index.  Formerly it just Asserted that
all such clauses were opclauses, but that's no longer true in 8.3.
Per bug #3796 from Matthias Schoeneich.

Modified Files:
--------------
    pgsql/src/backend/optimizer/plan:
        planagg.c (r1.34 -> r1.35)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/plan/planagg.c?r1=1.34&r2=1.35)

pgsql-committers by date:

Previous
From: [email protected] (User Dpage)
Date:
Subject: edb-debugger - server: Cleanup a bunch of compiler warnings, C++isms
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Entity-ify a passel of & < > characters.