We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4902e commit 284ecc4Copy full SHA for 284ecc4
rumvalidate.c
@@ -260,8 +260,7 @@ rumvalidate(Oid opclassoid)
260
continue; /* optional method */
261
if (i == GIN_CONSISTENT_PROC || i == GIN_TRICONSISTENT_PROC)
262
continue; /* don't need both, see check below loop */
263
- if (i == RUM_CONFIG_PROC || i == RUM_PRE_CONSISTENT_PROC ||
264
- i == RUM_ORDERING_PROC)
+ if (i == RUM_PRE_CONSISTENT_PROC)
265
continue;
266
ereport(INFO,
267
(errcode(ERRCODE_INVALID_OBJECT_DEFINITION),
0 commit comments