Re: [PATCH] Support for foreign keys with arrays

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: [PATCH] Support for foreign keys with arrays
Дата
Msg-id CA+TgmoayOnO_mVUWsQAzUFUKngFuSc-F_vz6S4K30d=ZXeXZ+g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [PATCH] Support for foreign keys with arrays  (Noah Misch <noah@leadboat.com>)
Ответы Re: [PATCH] Support for foreign keys with arrays
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: pg_stat_statements and planning time
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Inline Extension