Re: [HACKERS] GSoC 2017: Foreign Key Arrays

From: Mark Rofail <markm(dot)rofail(at)gmail(dot)com>
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Cc: Alexander Korotkov <aekorotkov(at)gmail(dot)com>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, 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>, Joel Jacobson <joel(at)compiler(dot)org>, 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>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] GSoC 2017: Foreign Key Arrays
Date: 2021-03-13 10:08:26
Message-ID: CAJvoCuujedRbcJxbp22+VDXRLrUtxuw3kh6tVHfPi_7VF7vznQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hey Justin,

> This still fails for CI (windows) and me (linux)

Can you provide more information about your Linux platform? So I may test
the errors for myself?

> I guess the failure is in the first patch, but isn't caught by test cases
> until
> the 2nd patch

This actually uncovered that I didn't add tests for the new operators in
`gin.sql`, I have done so now, hopefully, that will help us uncover the
problem. Can you post the regression results for the v8 patch attached
below?

but do you know why it failed ?
>
No, unfortunately, it works well on my end and all CIs except windows. I
need to get my hands on an erroneous platform.

Changelog:
- v8 (compatible with current master 2021-03-13,
commit 9e294d0f34d6e3e4fecf6f190b48862988934cde)
* add gin tests to element operator patch

/Mark

Attachment Content-Type Size
v8-0001-anyarray_anyelement_operators.patch text/x-patch 29.4 KB
v8-0002-fk_arrays_elems.patch text/x-patch 118.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2021-03-13 10:13:41 Re: [PATCH] Provide more information to filter_prepare
Previous Message Kazutaka Onishi 2021-03-13 09:57:20 Re: TRUNCATE on foreign table