Re: [PATCH] Support for foreign keys with arrays - Mailing list pgsql-hackers

From Robert Haas
Subject Re: [PATCH] Support for foreign keys with arrays
Date
Msg-id CA+TgmoayOnO_mVUWsQAzUFUKngFuSc-F_vz6S4K30d=ZXeXZ+g@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Support for foreign keys with arrays  (Noah Misch <noah@leadboat.com>)
Responses Re: [PATCH] Support for foreign keys with arrays  (Marco Nenciarini <marco.nenciarini@2ndQuadrant.it>)
List pgsql-hackers
On Fri, Feb 24, 2012 at 9:01 PM, Noah Misch <noah@leadboat.com> wrote:
> I consider these the core changes needed to reach Ready for Committer:
>
> - Fix crash in array_replace(arr, null, null).
> - Don't look through the domain before calling can_coerce_type().
> - Compare operator family of pfeqop and TYPECACHE_EQ_OPR at creation.
> - Move post-processing from gram.y and remove "t"/"f" magic values.

So, is someone working on making these changes?

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: pg_stat_statements and planning time
Next
From: Robert Haas
Date:
Subject: Re: Inline Extension