PostgreSQL Source Code  git master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
btree_gist.h
Go to the documentation of this file.
1 /*
2  * contrib/btree_gist/btree_gist.h
3  */
4 #ifndef __BTREE_GIST_H__
5 #define __BTREE_GIST_H__
6 
7 #include "fmgr.h"
8 #include "access/nbtree.h"
9 
10 #define BtreeGistNotEqualStrategyNumber 6
11 
12 /* indexed types */
13 
15 {
35 };
36 
37 
38 
39 /*
40  * Generic btree functions
41  */
42 
44 
46 
47 #endif
gbtree_type
Definition: btree_gist.h:14
uintptr_t Datum
Definition: postgres.h:374
Datum gbtreekey_in(PG_FUNCTION_ARGS)
Definition: btree_gist.c:20
Datum gbtreekey_out(PG_FUNCTION_ARGS)
Definition: btree_gist.c:32
#define PG_FUNCTION_ARGS
Definition: fmgr.h:150