From: | James Robinson <james(at)jlr-photo(dot)com> |
---|---|
To: | Michael Paquier <michael(at)paquier(dot)xyz> |
Cc: | pgsql-bugs(at)lists(dot)postgresql(dot)org, Peter Geoghegan <pg(at)bowt(dot)ie>, Heikki Linnakangas <hlinnaka(at)iki(dot)fi> |
Subject: | Re: BUG #17215: ltree tests failing in REL_14_STABLE / commit cb8a5a588 |
Date: | 2021-10-06 04:36:03 |
Message-ID: | F9460511-758D-487C-9A35-3D13DF21D8B0@jlr-photo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
> On Oct 5, 2021, at 11:56 PM, James Robinson <james(at)jlr-photo(dot)com> wrote:
>
> Could this 6 be coming from ltree--1.1.sql line 545:
>
> CREATE OPERATOR CLASS gist_ltree_ops
> DEFAULT FOR TYPE ltree USING gist AS
> OPERATOR 1 < ,
> OPERATOR 2 <= ,
> OPERATOR 3 && ,
> OPERATOR 4 >= ,
> OPERATOR 5 > ,
> OPERATOR 6 = ,
> ...
Yeah, it is. Somehow I had diffs in that file, including this added 'OPERATOR 6 =,' line in ltree--1.1.sql. Wacky. Git resetting hard has me passing again now.
Apologies for the noise; thanks.
-----
James Robinson
james(at)jlr-photo(dot)com
http://jlr-photo.com/
From | Date | Subject | |
---|---|---|---|
Next Message | Alexander Lakhin | 2021-10-06 06:00:00 | Re: BUG #17212: pg_amcheck fails on checking temporary relations |
Previous Message | James Robinson | 2021-10-06 03:56:08 | Re: BUG #17215: ltree tests failing in REL_14_STABLE / commit cb8a5a588 |