1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-08 11:42:09 +03:00

Remove unused macro

Use was removed in 25ca5a9a54.
This commit is contained in:
Peter Eisentraut
2019-03-11 09:29:50 +01:00
parent 27f3dea648
commit 3c06715447

View File

@ -65,8 +65,6 @@ typedef struct
StatEntry *root; StatEntry *root;
} TSVectorStat; } TSVectorStat;
#define STATHDRSIZE (offsetof(TSVectorStat, data))
static Datum tsvector_update_trigger(PG_FUNCTION_ARGS, bool config_column); static Datum tsvector_update_trigger(PG_FUNCTION_ARGS, bool config_column);
static int tsvector_bsearch(const TSVector tsv, char *lexeme, int lexeme_len); static int tsvector_bsearch(const TSVector tsv, char *lexeme, int lexeme_len);