mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Remove a few baby-C macros in fuzzystrmatch. Add a few missing includes.
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
#include "btree_gist.h"
|
||||
|
||||
typedef char GBT_NUMKEY;
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
#include "mb/pg_wchar.h"
|
||||
|
||||
#include "btree_gist.h"
|
||||
|
||||
/* Variable length key */
|
||||
typedef bytea GBT_VARKEY;
|
||||
|
||||
|
Reference in New Issue
Block a user