Skip to content

Commit 91a174f

Browse files
committed
merge
2 parents 9539194 + e738227 commit 91a174f

File tree

5 files changed

+11
-339
lines changed

5 files changed

+11
-339
lines changed

rum--1.0.sql

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@ CREATE OPERATOR CLASS rum_tsvector_ops
5353
FOR TYPE tsvector USING rum
5454
AS
5555
OPERATOR 1 @@ (tsvector, tsquery),
56-
OPERATOR 2 @@@ (tsvector, tsquery),
57-
OPERATOR 3 >< (tsvector, tsquery) FOR ORDER BY pg_catalog.float_ops,
58-
FUNCTION 1 bttextcmp(text, text),
56+
OPERATOR 2 >< (tsvector, tsquery) FOR ORDER BY pg_catalog.float_ops,
57+
FUNCTION 1 gin_cmp_tslexeme(text, text),
5958
FUNCTION 2 rum_extract_tsvector(tsvector,internal,internal,internal,internal),
6059
FUNCTION 3 rum_extract_tsquery(tsvector,internal,smallint,internal,internal,internal,internal),
6160
FUNCTION 4 rum_tsquery_consistent(internal,smallint,tsvector,int,internal,internal,internal,internal),

0 commit comments

Comments
 (0)