small exclusion constraints patch - Mailing list pgsql-hackers

From Jeff Davis
Subject small exclusion constraints patch
Date
Msg-id 1274468620.16366.3.camel@jdavis-laptop
Whole thread Raw
Responses Re: small exclusion constraints patch
Re: small exclusion constraints patch
List pgsql-hackers
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

Attachment

pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: Specification for Trusted PLs?
Next
From: Tom Lane
Date:
Subject: Re: Specification for Trusted PLs?