Currently, the check for exclusion constraints performs a sanity check
that's slightly too strict -- it assumes that a tuple will conflict with
itself. That is not always the case: the operator might be "<>", in
which case it's perfectly valid for the search for conflicts to not find
itself.
This patch simply removes that sanity check, and leaves a comment in
place.
Regards,
Jeff Davis
Responses
pgsql-hackers by date
| Next: | From: Tom Lane | Date: 2010-05-21 19:13:22 |
| Subject: Re: Specification for Trusted PLs? |
| Previous: | From: Stephen Frost | Date: 2010-05-21 18:57:23 |
| Subject: Re: Specification for Trusted PLs? |