mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
parent
27f3dea648
commit
3c06715447
1 changed files with 0 additions and 2 deletions
|
|
@ -65,8 +65,6 @@ typedef struct
|
|||
StatEntry *root;
|
||||
} TSVectorStat;
|
||||
|
||||
#define STATHDRSIZE (offsetof(TSVectorStat, data))
|
||||
|
||||
static Datum tsvector_update_trigger(PG_FUNCTION_ARGS, bool config_column);
|
||||
static int tsvector_bsearch(const TSVector tsv, char *lexeme, int lexeme_len);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue