BUG #17215: ltree tests failing in REL_14_STABLE / commit cb8a5a588

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: james(at)jlr-photo(dot)com
Subject: BUG #17215: ltree tests failing in REL_14_STABLE / commit cb8a5a588
Date: 2021-10-05 22:21:46
Message-ID: 17215-172d40d74040a0bf@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 17215
Logged by: James Robinson
Email address: james(at)jlr-photo(dot)com
PostgreSQL version: 14.0
Operating system: OSX
Description:

When running the contrib/ltree checks against a build on OSX 10.13 (yeah, I
know) against commit cb8a5a588e in REL_14_STABLE, am dying due to:

# SELECT * FROM ltreetest WHERE t = '12.3' order by t asc;
ERROR: unrecognized StrategyNumber: 6

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2021-10-06 01:59:11 Re: BUG #17215: ltree tests failing in REL_14_STABLE / commit cb8a5a588
Previous Message Peter Geoghegan 2021-10-05 17:22:53 Re: BUG #17212: pg_amcheck fails on checking temporary relations