From: | "Joel Jacobson" <joel(at)compiler(dot)org> |
---|---|
To: | "Mark Rofail" <markm(dot)rofail(at)gmail(dot)com> |
Cc: | "Zhihong Yu" <zyu(at)yugabyte(dot)com>, "Alvaro Herrera" <alvherre(at)alvh(dot)no-ip(dot)org>, "Alexander Korotkov" <aekorotkov(at)gmail(dot)com>, "Andreas Karlsson" <andreas(at)proxel(dot)se>, "David Steele" <david(at)pgmasters(dot)net>, "Erik Rijkers" <er(at)xs4all(dot)nl>, Hans-Jürgen Schönig <hs(at)cybertec(dot)at>, "Robert Haas" <robertmhaas(at)gmail(dot)com>, "Stephen Frost" <sfrost(at)snowman(dot)net>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, "Michael Paquier" <michael(at)paquier(dot)xyz> |
Subject: | Re: [HACKERS] GSoC 2017: Foreign Key Arrays |
Date: | 2021-01-29 06:14:16 |
Message-ID: | cc369ccf-7655-44b8-82f2-6e03bae7d632@www.fastmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi Mark,
On Thu, Jan 28, 2021, at 22:41, Mark Rofail wrote:
>Please find v16 with the error message implemented. You can find it in the previous message.
Thanks! It's working fine:
ERROR: (int2vector) is not an array type, cannot be used as a referencing column
I've pushed a first working draft of the schema-diffing-tool I'm working on that uses the patch:
https://github.com/truthly/pg-pit
I've added links to the functions that uses the EACH ELEMENT OF syntax.
This project has been my primary source of reviewer insights so far.
I will continue testing the patch over the next couple of days.
/Joel
From | Date | Subject | |
---|---|---|---|
Next Message | Bharath Rupireddy | 2021-01-29 06:19:16 | Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit |
Previous Message | Fujii Masao | 2021-01-29 06:08:04 | Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit |