Re: Check constraint on domain over an array not executed for array literals - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Check constraint on domain over an array not executed for array literals
Date
Msg-id 4AFD8534.4010707@enterprisedb.com
Whole thread Raw
In response to Re: Check constraint on domain over an array not executed for array literals  ("Florian G. Pflug" <fgp@phlo.org>)
List pgsql-hackers
Florian G. Pflug wrote:
> Heikki Linnakangas wrote:
>> Agreed, it's a bug. A simpler example is just: [snipped]
> 
> Will this fix for this be included in 8.4.2 (or .3), or will it have to
> wait for 8.4 because it changes behavior?

It's a regression; 8.3 and earlier used to check the domain constraint
correctly.

I just committed it to CVS HEAD and REL8_4_STABLE. Thanks for the report!

--  Heikki Linnakangas EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: next CommitFest
Next
From: Robert Haas
Date:
Subject: Re: Experimental patch: generating BKI revisited