mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Add KNNGIST support to contrib/pg_trgm.
Teodor Sigaev, with some revision by Tom
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
/*
|
||||
* contrib/pg_trgm/trgm_gin.c
|
||||
*/
|
||||
#include "postgres.h"
|
||||
|
||||
#include "trgm.h"
|
||||
|
||||
#include "access/gin.h"
|
||||
@ -10,6 +12,7 @@
|
||||
#include "utils/array.h"
|
||||
#include "utils/builtins.h"
|
||||
|
||||
|
||||
PG_FUNCTION_INFO_V1(gin_extract_trgm);
|
||||
Datum gin_extract_trgm(PG_FUNCTION_ARGS);
|
||||
|
||||
|
Reference in New Issue
Block a user