amvalidate(): cache lookup failed for operator class 123

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: amvalidate(): cache lookup failed for operator class 123
Date: 2021-05-13 17:01:22
Message-ID: 20210513170122.GG27406@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Per sqlsmith.

postgres=# select amvalidate(123);
ERROR: cache lookup failed for operator class 123
postgres=# \errverbose
ERROR: XX000: cache lookup failed for operator class 123
LOCATION: amvalidate, amapi.c:125

The usual expectation is that sql callable functions should return null rather
than hitting elog().

--
Justin

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2021-05-13 17:05:38 Re: compute_query_id and pg_stat_statements
Previous Message Andrew Dunstan 2021-05-13 16:45:07 Re: compute_query_id and pg_stat_statements