mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user