1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00

Remove a few baby-C macros in fuzzystrmatch. Add a few missing includes.

This commit is contained in:
Bruce Momjian
2006-07-10 18:40:16 +00:00
parent d399f1b75e
commit b538215d5d
5 changed files with 11 additions and 9 deletions

View File

@ -1,5 +1,7 @@
#include "mb/pg_wchar.h"
#include "btree_gist.h"
/* Variable length key */
typedef bytea GBT_VARKEY;