pgsql: Remove assertion that constraint_exclusion risks wrong answers if - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql: Remove assertion that constraint_exclusion risks wrong answers if
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Remove assertion that constraint_exclusion risks wrong answers if
table constraints are changed; this is no longer true now that we
have a plan invalidation mechanism.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        config.sgml (r1.117 -> r1.118)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml.diff?r1=1.117&r2=1.118)

pgsql-committers by date:

Previous
From: [email protected] (Bruce Momjian)
Date:
Subject: pgsql: Add URL for: * Automatically create rules on views so they are
Next
From: [email protected] (Magnus Hagander)
Date:
Subject: pgsql: Fix compiler warnings in ereport messages on mingw.