PostgreSQL Source Code
git master
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
f
h
i
n
o
p
r
s
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
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 "
access/nbtree.h
"
8
#include "
fmgr.h
"
9
10
#define BtreeGistNotEqualStrategyNumber 6
11
12
/* indexed types */
13
14
enum
gbtree_type
15
{
16
gbt_t_var
,
17
gbt_t_int2
,
18
gbt_t_int4
,
19
gbt_t_int8
,
20
gbt_t_float4
,
21
gbt_t_float8
,
22
gbt_t_numeric
,
23
gbt_t_ts
,
24
gbt_t_cash
,
25
gbt_t_oid
,
26
gbt_t_time
,
27
gbt_t_date
,
28
gbt_t_intv
,
29
gbt_t_macad
,
30
gbt_t_macad8
,
31
gbt_t_text
,
32
gbt_t_bpchar
,
33
gbt_t_bytea
,
34
gbt_t_bit
,
35
gbt_t_bool
,
36
gbt_t_inet
,
37
gbt_t_uuid
,
38
gbt_t_enum
,
39
};
40
41
#endif
gbtree_type
gbtree_type
Definition:
btree_gist.h:15
gbt_t_uuid
@ gbt_t_uuid
Definition:
btree_gist.h:37
gbt_t_var
@ gbt_t_var
Definition:
btree_gist.h:16
gbt_t_macad
@ gbt_t_macad
Definition:
btree_gist.h:29
gbt_t_enum
@ gbt_t_enum
Definition:
btree_gist.h:38
gbt_t_int4
@ gbt_t_int4
Definition:
btree_gist.h:18
gbt_t_cash
@ gbt_t_cash
Definition:
btree_gist.h:24
gbt_t_macad8
@ gbt_t_macad8
Definition:
btree_gist.h:30
gbt_t_numeric
@ gbt_t_numeric
Definition:
btree_gist.h:22
gbt_t_float8
@ gbt_t_float8
Definition:
btree_gist.h:21
gbt_t_date
@ gbt_t_date
Definition:
btree_gist.h:27
gbt_t_inet
@ gbt_t_inet
Definition:
btree_gist.h:36
gbt_t_bit
@ gbt_t_bit
Definition:
btree_gist.h:34
gbt_t_float4
@ gbt_t_float4
Definition:
btree_gist.h:20
gbt_t_oid
@ gbt_t_oid
Definition:
btree_gist.h:25
gbt_t_text
@ gbt_t_text
Definition:
btree_gist.h:31
gbt_t_bool
@ gbt_t_bool
Definition:
btree_gist.h:35
gbt_t_time
@ gbt_t_time
Definition:
btree_gist.h:26
gbt_t_int8
@ gbt_t_int8
Definition:
btree_gist.h:19
gbt_t_int2
@ gbt_t_int2
Definition:
btree_gist.h:17
gbt_t_intv
@ gbt_t_intv
Definition:
btree_gist.h:28
gbt_t_ts
@ gbt_t_ts
Definition:
btree_gist.h:23
gbt_t_bytea
@ gbt_t_bytea
Definition:
btree_gist.h:33
gbt_t_bpchar
@ gbt_t_bpchar
Definition:
btree_gist.h:32
fmgr.h
nbtree.h
contrib
btree_gist
btree_gist.h
Generated on Wed Jan 8 2025 06:13:12 for PostgreSQL Source Code by
1.9.4