PostgreSQL Source Code
git master
|
#include <spgist_private.h>
Definition at line 143 of file spgist_private.h.
SpGistTypeDesc SpGistState::attLabelType |
Definition at line 152 of file spgist_private.h.
SpGistTypeDesc SpGistState::attLeafType |
Definition at line 150 of file spgist_private.h.
Referenced by spgFreeSearchItem(), and spgMakeInnerItem().
SpGistTypeDesc SpGistState::attPrefixType |
Definition at line 151 of file spgist_private.h.
SpGistTypeDesc SpGistState::attType |
Definition at line 149 of file spgist_private.h.
Referenced by spgbeginscan(), spgFreeSearchItem(), and spgNewHeapItem().
spgConfigOut SpGistState::config |
Definition at line 147 of file spgist_private.h.
char* SpGistState::deadTupleStorage |
Definition at line 157 of file spgist_private.h.
Referenced by spgendscan().
Relation SpGistState::index |
Definition at line 145 of file spgist_private.h.
Referenced by spgendscan().
bool SpGistState::isBuild |
Definition at line 160 of file spgist_private.h.
Referenced by spgbuild().
TupleDesc SpGistState::leafTupDesc |
Definition at line 155 of file spgist_private.h.
Referenced by spgendscan(), spgNewHeapItem(), and storeGettuple().
TransactionId SpGistState::redirectXid |
Definition at line 159 of file spgist_private.h.