X-Git-Url: http://www.sigaev.ru/git/gitweb.cgi?p=gevel.git;a=blobdiff_plain;f=gevel.sql.in;h=4a71188ee049a10eb982445c514d450be76274b5;hp=5294f81c628103b97e97808fd1287733897610ee;hb=a61c2088be6a6f32e3ce6829e860bf2a431d5e05;hpb=a26fb4fc95f1ab760b98f5b877c51565a2a2f5e7 diff --git a/gevel.sql.in b/gevel.sql.in index 5294f81..4a71188 100644 --- a/gevel.sql.in +++ b/gevel.sql.in @@ -31,6 +31,12 @@ create or replace function gin_stat(text) language 'C' with (isstrict); +create or replace function gin_stat(text, int) + returns setof record + as 'MODULE_PATHNAME' + language 'C' + with (isstrict); + create or replace function gin_count_estimate(text, tsquery) returns bigint as 'MODULE_PATHNAME'