Re: FATAL: operator class "xxxx" does not exist for access method "btree"

2023-07-19 Thread mao zhang
Fixed! Tom Lane 于2023年7月19日周三 11:10写道: > mao zhang writes: > > running bootstrap script ... 2023-07-19 09:40:47.083 CST [2808392] > FATAL: > > operator class "key_ops" does not exist for access method "btree" > > I'm not sure wha

FATAL: operator class "xxxx" does not exist for access method "btree"

2023-07-18 Thread mao zhang
Dear pgsql: When we adding a custom system table and defining an index for it at the same time, the code compilation is possible, but the following errors may occur when starting the database: -

FATAL: operator class "xxxx" does not exist for access method "btree"

2023-07-18 Thread mao zhang
Dear pgsql: When we adding a custom system table and defining an index for it at the same time, the code compilation is possible, but the following errors may occur when starting the database: -