pgsql: Remove assertion that constraint_exclusion risks wrong answers if

Lists: pgsql-committers
From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove assertion that constraint_exclusion risks wrong answers if
Date: 2007-03-26 01:41:57
Message-ID: 20070326014157.3449D9FB313@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: 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)