]> granicus.if.org Git - postgresql/commit
Remove a sanity check in the exclusion-constraint code that prevented users
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 16 Jul 2010 00:45:30 +0000 (00:45 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 16 Jul 2010 00:45:30 +0000 (00:45 +0000)
commite11cfa87be2144dd9fd2c73480c708f61d40625d
treec9ad56f0e498875047d00aec941fa0c07033a410
parent8514bf45e755ed779d2076c4784d903777551b14
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.
src/backend/executor/execUtils.c