We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f3dea commit 3c06715Copy full SHA for 3c06715
src/backend/utils/adt/tsvector_op.c
@@ -65,8 +65,6 @@ typedef struct
65
StatEntry *root;
66
} TSVectorStat;
67
68
-#define STATHDRSIZE (offsetof(TSVectorStat, data))
69
-
70
static Datum tsvector_update_trigger(PG_FUNCTION_ARGS, bool config_column);
71
static int tsvector_bsearch(const TSVector tsv, char *lexeme, int lexeme_len);
72
0 commit comments