Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit284ecc4

Browse files
author
Artur Zakirov
committed
Fix optional opclass functions
1 parent1b4902e commit284ecc4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎rumvalidate.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,7 @@ rumvalidate(Oid opclassoid)
260260
continue;/* optional method */
261261
if (i==GIN_CONSISTENT_PROC||i==GIN_TRICONSISTENT_PROC)
262262
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)
263+
if (i==RUM_PRE_CONSISTENT_PROC)
265264
continue;
266265
ereport(INFO,
267266
(errcode(ERRCODE_INVALID_OBJECT_DEFINITION),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp