Re: [PATCH] Support for foreign keys with arrays

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: [PATCH] Support for foreign keys with arrays
Дата
Msg-id CAEYLb_WhXy74NBkh0AF7dwrh=3W6HD_r1ZcZ1aj8xDpjZ-568Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [PATCH] Support for foreign keys with arrays  ("Erik Rijkers" <er@xs4all.nl>)
Список pgsql-hackers
On 21 February 2012 15:22, Erik Rijkers <er@xs4all.nl> wrote:
> (I reply to an older message but I did use the newest patch, version 3)
>
> I wanted to have a look at v3 of this patch today, but it seems it won't apply and compile anymore.

That's just because a new column has been added to pg_proc -
proleakproof. Generalise from the example of commit
cd30728fb2ed7c367d545fc14ab850b5fa2a4850 - it modified ever pg_proc
entry, and this patch needs the same treatment:


http://git.postgresql.org/gitweb/?p=postgresql.git;a=blobdiff;f=src/include/catalog/pg_proc.h;h=fb2923f94db06cd528d588fa52ca3294e025f9f6;hp=d926a88ff8468a43e7d2982273709fbc34058ade;hb=cd30728fb2ed7c367d545fc14ab850b5fa2a4850;hpb=2bbd88f8f841b01efb073972b60d4dc1ff1f6fd0

--
Peter Geoghegan       http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training and Services


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] Unfamous 'could not read block ... in file "...": read only 0 of 8192 bytes' again
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: REASSIGN OWNED lacks support for FDWs