mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01:00
Ooops, forgot to fix contrib/tsearch2's references to GIN support funcs.
This commit is contained in:
parent
a032d50128
commit
541fc3d4df
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user