Commit 3c067154 authored by Peter Eisentraut's avatar Peter Eisentraut

Remove unused macro

Use was removed in 25ca5a9a.
parent 27f3dea6
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment