pgsql: Extend relation_excluded_by_constraints() to check for mutually - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Extend relation_excluded_by_constraints() to check for mutually
Date
Msg-id 20060805002249.5AE629FB3AA@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Extend relation_excluded_by_constraints() to check for mutually
contradictory WHERE-clauses applied to a relation.  This makes the
GUC variable constraint_exclusion rather inappropriately named,
but I've refrained for the moment from renaming it.
Per example from Martin Lesser.

Modified Files:
--------------
    pgsql/src/backend/optimizer/util:
        plancat.c (r1.123 -> r1.124)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/util/plancat.c.diff?r1=1.123&r2=1.124)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Teach predicate_refuted_by() how to do proofs involving
Next
From: neilc@postgresql.org (Neil Conway)
Date:
Subject: pgsql: Fix references to the Options section in the pgcrypto