4 #ifndef __BTREE_GIST_H__
5 #define __BTREE_GIST_H__
8 #include "access/gist.h"
9 #include "access/itup.h"
10 #include "access/nbtree.h"
40 * Generic btree functions
43 Datum
gbtreekey_in(PG_FUNCTION_ARGS
);
45 Datum
gbtreekey_out(PG_FUNCTION_ARGS
);