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