Re: [HACKERS] GSoC 2017: Foreign Key Arrays

From: "Joel Jacobson" <joel(at)compiler(dot)org>
To: "Mark Rofail" <markm(dot)rofail(at)gmail(dot)com>, "Alvaro Herrera" <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: "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>, "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-02-13 10:12:26
Message-ID: a43d46db-c006-4153-871e-2228be516f36@www.fastmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi again Mark,

On Fri, Feb 12, 2021, at 20:56, Mark Rofail wrote:
>Attachments:
>anyarray_anyelement_operators-v2.patch

One regression test fails on my machine:

make installcheck
test opr_sanity ... FAILED 3994 ms
========================
1 of 202 tests failed.
========================

diff -U3 /Users/joel/src/postgresql/src/test/regress/expected/opr_sanity.out /Users/joel/src/postgresql/src/test/regress/results/opr_sanity.out
--- /Users/joel/src/postgresql/src/test/regress/expected/opr_sanity.out 2021-02-13 10:29:50.000000000 +0100
+++ /Users/joel/src/postgresql/src/test/regress/results/opr_sanity.out 2021-02-13 11:09:43.000000000 +0100
@@ -2139,7 +2139,8 @@
AND binary_coercible(p2.opcintype, p1.amoplefttype));
amopfamily | amopstrategy | amopopr
------------+--------------+---------
-(0 rows)
+ 2745 | 5 | 6105
+(1 row)

-- Operators that are primary members of opclasses must be immutable (else
-- it suggests that the index ordering isn't fixed). Operators that are

/Joel

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mark Rofail 2021-02-13 10:15:32 Re: [HACKERS] GSoC 2017: Foreign Key Arrays
Previous Message Joel Jacobson 2021-02-13 09:36:30 Re: [HACKERS] GSoC 2017: Foreign Key Arrays