Re: [PATCH] Support for foreign keys with arrays

From: Gabriele Bartolini <gabriele(dot)bartolini(at)2ndQuadrant(dot)it>
To: Erik Rijkers <er(at)xs4all(dot)nl>
Cc: Noah Misch <noah(at)leadboat(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Marco Nenciarini <marco(dot)nenciarini(at)2ndquadrant(dot)it>
Subject: Re: [PATCH] Support for foreign keys with arrays
Date: 2012-02-21 23:19:08
Message-ID: 4F44266C.7040007@2ndQuadrant.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello Erik,

Il 21/02/12 16:22, Erik Rijkers ha scritto:
> (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.

As Peter pointed out, it is due to a new Boolean field added in the
pg_proc catalog. I have updated our patch to set this value to false by
default.

> I'd like to try this out a bit; could you see if you can fix it?

Thank you so much for dedicating your time on reviewing this patch.

I have attached version 3b (noting that is just a very small
modification/change to major 3 version of the patch), which passes all
tests.

Cheers,
Gabriele

--
Gabriele Bartolini - 2ndQuadrant Italia
PostgreSQL Training, Services and Support
gabriele(dot)bartolini(at)2ndQuadrant(dot)it | www.2ndQuadrant.it

Attachment Content-Type Size
EACH-foreign-key-constraints-aka-foreign-key-arrays.v3b.patch.bz2 application/x-bzip2 27.3 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Marko Kreen 2012-02-21 23:36:30 Re: Speed dblink using alternate libpq tuple storage
Previous Message Alvaro Herrera 2012-02-21 22:14:26 Re: REASSIGN OWNED lacks support for FDWs