pgsql/ oc/src/sgml/ref/create_index.sgml rc/ba ... - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/ oc/src/sgml/ref/create_index.sgml rc/ba ...
Date
Msg-id 200108061809.f76I9kt08417@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/08/06 14:09:45

Modified files:
    doc/src/sgml/ref: create_index.sgml
    src/backend/commands: indexcmds.c
    src/backend/optimizer/path: indxpath.c

Log message:
    Modify partial-index-predicate applicability tester to test whether
    clauses are equal(), before trying to match them up using btree opclass
    inference rules.  This allows it to recognize many simple cases involving
    non-btree operations, for example 'x IS NULL'.  Clean up code a little.


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/src/backend/executor nodeLimit.c
Next
From: Tom Lane
Date:
Subject: pgsql/src/backend/utils/init miscinit.c