Re: [HACKERS] GSoC 2017: Foreign Key Arrays - Mailing list pgsql-hackers

From Mark Rofail
Subject Re: [HACKERS] GSoC 2017: Foreign Key Arrays
Date
Msg-id CAJvoCuv3Qw2+yRwwAUoJAq6mLffVfFPoPu_eZyTR+aCkCg=2Sg@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] GSoC 2017: Foreign Key Arrays  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Responses Re: [HACKERS] GSoC 2017: Foreign Key Arrays  ("Joel Jacobson" <joel@compiler.org>)
Re: [HACKERS] GSoC 2017: Foreign Key Arrays  ("Joel Jacobson" <joel@compiler.org>)
List 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

pgsql-hackers by date:

Previous
From: "Wang, Shenhao"
Date:
Subject: RE: parse mistake in ecpg connect string
Next
From: Justin Pryzby
Date:
Subject: Re: Add MAIN_RELATION_CLEANUP and SECONDARY_RELATION_CLEANUP options to VACUUM