Re: [HACKERS] GSoC 2017: Foreign Key Arrays

From: Mark Rofail <markm(dot)rofail(at)gmail(dot)com>
To: Joel Jacobson <joel(at)compiler(dot)org>
Cc: Alexander Korotkov <aekorotkov(at)gmail(dot)com>, David Steele <david(at)pgmasters(dot)net>, Andreas Karlsson <andreas(at)proxel(dot)se>, Hans-Jürgen Schönig <hs(at)cybertec(dot)at>, Erik Rijkers <er(at)xs4all(dot)nl>, Michael Paquier <michael(at)paquier(dot)xyz>, 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>, Zhihong Yu <zyu(at)yugabyte(dot)com>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] GSoC 2017: Foreign Key Arrays
Date: 2021-02-16 10:07:10
Message-ID: CAJvoCutFYT_Rw1Ouo_iG3AHsg1bQ+b_e5=3qyoatGvqaYBXpAQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hey Joel,

Hmm, I think it looks like you forgot to update the documentation? It still
> says anycompatiblenonarray.
>
Yeah. my bad. Fixed and included below in v4.

Anyway, I've tested the patch, not only using your tests, but also the
> attached test.
> No problems were found. Good.
>
That's great!

Thank you, Joel, for your thorough review and creative tests!

Changelog:
- anyarray_anyelement_operators-v4 (compatible with current master
2021-02-16, commit f672df5fdd22dac14c98d0a0bf5bbaa6ab17f8a5)
* revert anycompatiblenonarray in docs to anyelement

- fk_arrays_elem_v2:
* remove coercion support in regression tests
* update to be compatible with anyarray_anyelement_operators-v4

/Mark

Attachment Content-Type Size
fk_arrays_elem_v2.patch application/x-patch 116.1 KB
anyarray_anyelement_operators-v4.patch application/x-patch 26.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2021-02-16 10:15:51 Re: Hybrid Hash/Nested Loop joins and caching results from subplans
Previous Message Amit Langote 2021-02-16 09:25:25 Re: POC: postgres_fdw insert batching