Re: [HACKERS] GSoC 2017: Foreign Key Arrays

From: Mark Rofail <markm(dot)rofail(at)gmail(dot)com>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: Joel Jacobson <joel(at)compiler(dot)org>, Zhihong Yu <zyu(at)yugabyte(dot)com>, 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-02-08 08:40:32
Message-ID: CAJvoCuv3Qw2+yRwwAUoJAq6mLffVfFPoPu_eZyTR+aCkCg=2Sg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hey Alvaro,

> In fact I would encourage you to post
> both patches together as two attachment in the same email;

Just republishing the patches in the same email

Changelog (operator patch):
> - v1 (compatible with current master 2021-02-05,
> commit c444472af5c202067a9ecb0ff8df7370fb1ea8f4)
> * add tests and documentation to array operators and gin index
>
Array <-> element operators patch

Changelog (FK Arrays)
> - v1 (compatible with anyarray_anyelement_operators-v1.patch)
> * rebase on anyarray_anyelement_operators-v1.patch
> * support coercion
> * support vectors instead of arrays

The FK Array patch which is dependent on
anyarray_anyelement_operators-v1.patch

/Mark

Attachment Content-Type Size
fk_arrays_elem_v1.patch text/x-patch 125.9 KB
anyarray_anyelement_operators-v1.patch text/x-patch 28.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Pryzby 2021-02-08 08:46:45 Re: Add MAIN_RELATION_CLEANUP and SECONDARY_RELATION_CLEANUP options to VACUUM
Previous Message Wang, Shenhao 2021-02-08 08:34:47 RE: parse mistake in ecpg connect string