pgsql: Remove a sanity check in the exclusion-constraint code that

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove a sanity check in the exclusion-constraint code that
Date: 2010-07-16 00:45:30
Message-ID: 20100716004530.AD0DB7541D5@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remove a sanity check in the exclusion-constraint code that prevented users
from defining non-self-conflicting constraints.

Jeff Davis

Note: I (tgl) objected to removing this check in 9.0 on the grounds that it
was an important sanity check in new, poorly tested code. However, it should
be all right to remove it for 9.1, since we'll get field testing from the
9.0 branch.

Modified Files:
--------------
pgsql/src/backend/executor:
execUtils.c (r1.173 -> r1.174)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execUtils.c?r1=1.173&r2=1.174)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-07-16 02:15:56 pgsql: Add support for dividing money by money (yielding a float8
Previous Message Tom Lane 2010-07-16 00:13:23 pgsql: Remove duplicate code in DefineOpFamily().