operator class "xxx" does not exist for access method "yyy" - Mailing list pgsql-bugs

From Tianyi Gao
Subject operator class "xxx" does not exist for access method "yyy"
Date
Msg-id CANZS+G_OpRDKNop+hsTCNBOq9C8bERyNPtE1gCsJm8kCt=1dDw@mail.gmail.com
Whole thread Raw
Responses Re: operator class "xxx" does not exist for access method "yyy"  (John Naylor <john.naylor@enterprisedb.com>)
List pgsql-bugs
Hello, I encountered some errors while using PostgreSQL. It seems that the information in the pg_opclass cannot be found by syscache. Can you please let me know if this is a bug and whether this syntax will be supported in the future?

error:

postgres=# CREATE TEMP TABLE issue(c0 FLOAT , c1 money NULL) PARTITION BY HASH((issue.c0)cdbhash_float8_ops);
ERROR:  operator class "cdbhash_float8_ops" does not exist for access method "hash"


version:

                                                version
--------------------------------------------------------------------------------------------------------
 PostgreSQL 16devel on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0, 64-bit
(1 row)


Regards,
Tianyi Gao

pgsql-bugs by date:

Previous
From: Richard Guo
Date:
Subject: Re: BUG #17858: ExecEvalArrayExpr() leaves uninitialised memory for multidim array with nulls
Next
From: Alexander Lakhin
Date:
Subject: Re: BUG #17858: ExecEvalArrayExpr() leaves uninitialised memory for multidim array with nulls