Re: operator exclusion constraints
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Jeff Davis <pgsql@j-davis.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Peter Eisentraut <peter_e@gmx.net>, Simon Riggs <simon@2ndquadrant.com>, pgsql-hackers@postgresql.org
Date: 2009-12-02T13:01:58Z
Lists: pgsql-hackers
On Wed, Dec 2, 2009 at 12:18 AM, Jeff Davis <pgsql@j-davis.com> wrote: > On Tue, 2009-12-01 at 23:19 -0500, Robert Haas wrote: >> For parity with unique constraints, I think that the message: >> >> operator exclusion constraint violation detected: %s >> >> should be changed to: >> >> conflicting key value violates operator exclusion constraint "%s" > > Done, and updated tests. > >> In ATAddOperatorExclusionConstraint, "streatagy" is misspelled. > > Fixed. > >> Other than that, it looks good to me. > > Great, thanks for the detailed review! Marked as Ready for Committer. ...Robert