Skip to content

Commit 3c06715

Browse files
committed
Remove unused macro
Use was removed in 25ca5a9.
1 parent 27f3dea commit 3c06715

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/backend/utils/adt/tsvector_op.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ typedef struct
6565
StatEntry *root;
6666
} TSVectorStat;
6767

68-
#define STATHDRSIZE (offsetof(TSVectorStat, data))
69-
7068
static Datum tsvector_update_trigger(PG_FUNCTION_ARGS, bool config_column);
7169
static int tsvector_bsearch(const TSVector tsv, char *lexeme, int lexeme_len);
7270

0 commit comments

Comments
 (0)