On Wed, Dec 30, 2020 at 11:08 AM Alexander Korotkov <[email protected]> wrote: > On Wed, Dec 30, 2020 at 10:04 AM Michael Paquier <[email protected]> wrote: > > The buildfarm got a bit angry after this commit: > > https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=clam&dt=2020-12-30%2003%3A00%3A11 > > > > Here is a diff from member clam, that uses ppc64: > > select count(*) from test_multirange_gist where mr <@ > > int4range(10,50); > > - count > > -------- > > - 500 > > -(1 row) > > - > > +ERROR: unknown multirange operator 4540 > > > > This points out to OID_RANGE_MULTIRANGE_CONTAINED_OP. > > Thank you for pointing this out. I'll investigate this.
Should be fixed by 62097a4cc8. ------ Regards, Alexander Korotkov
