Re: BUG #17215: ltree tests failing in REL_14_STABLE / commit cb8a5a588 - Mailing list pgsql-bugs

From James Robinson
Subject Re: BUG #17215: ltree tests failing in REL_14_STABLE / commit cb8a5a588
Date
Msg-id F9460511-758D-487C-9A35-3D13DF21D8B0@jlr-photo.com
Whole thread Raw
In response to Re: BUG #17215: ltree tests failing in REL_14_STABLE / commit cb8a5a588  (James Robinson <james@jlr-photo.com>)
List pgsql-bugs


On Oct 5, 2021, at 11:56 PM, James Robinson <james@jlr-photo.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.

pgsql-bugs by date:

Previous
From: James Robinson
Date:
Subject: Re: BUG #17215: ltree tests failing in REL_14_STABLE / commit cb8a5a588
Next
From: PG Bug reporting form
Date:
Subject: BUG #17216: No Password Provided Error - uncaught exception