mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Ooops, forgot to fix contrib/tsearch2's references to GIN support funcs.
This commit is contained in:
@ -551,9 +551,9 @@ AS
|
|||||||
OPERATOR 1 @@ (tsvector, tsquery),
|
OPERATOR 1 @@ (tsvector, tsquery),
|
||||||
OPERATOR 2 @@@ (tsvector, tsquery),
|
OPERATOR 2 @@@ (tsvector, tsquery),
|
||||||
FUNCTION 1 bttextcmp(text, text),
|
FUNCTION 1 bttextcmp(text, text),
|
||||||
FUNCTION 2 gin_extract_tsvector(tsvector,internal),
|
FUNCTION 2 gin_extract_tsvector(tsvector,internal,internal),
|
||||||
FUNCTION 3 gin_extract_tsquery(tsquery,internal,smallint,internal,internal),
|
FUNCTION 3 gin_extract_tsquery(tsquery,internal,smallint,internal,internal,internal,internal),
|
||||||
FUNCTION 4 gin_tsquery_consistent(internal,smallint,tsquery,int,internal,internal),
|
FUNCTION 4 gin_tsquery_consistent(internal,smallint,tsquery,int,internal,internal,internal,internal),
|
||||||
FUNCTION 5 gin_cmp_prefix(text,text,smallint,internal),
|
FUNCTION 5 gin_cmp_prefix(text,text,smallint,internal),
|
||||||
STORAGE text;
|
STORAGE text;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user