#include <spgist_private.h>
Data Fields | |
unsigned int | tupstate:2 |
unsigned int | size:30 |
OffsetNumber | nextOffset |
ItemPointerData | heapPtr |
Definition at line 288 of file spgist_private.h.
Definition at line 293 of file spgist_private.h.
Referenced by doPickSplit(), spgFormLeafTuple(), spgWalk(), vacuumLeafPage(), and vacuumLeafRoot().
Definition at line 292 of file spgist_private.h.
Referenced by addLeafTuple(), checkSplitConditions(), doPickSplit(), moveLeafs(), spgFormLeafTuple(), spgRedoAddLeaf(), spgRedoVacuumLeaf(), spgWalk(), and vacuumLeafPage().
unsigned int SpGistLeafTupleData::size |
Definition at line 290 of file spgist_private.h.
Referenced by addLeafTuple(), checkSplitConditions(), doPickSplit(), moveLeafs(), spgdoinsert(), spgFormLeafTuple(), spgRedoAddLeaf(), spgRedoMoveLeafs(), and spgRedoPickSplit().
unsigned int SpGistLeafTupleData::tupstate |
Definition at line 290 of file spgist_private.h.
Referenced by addLeafTuple(), checkSplitConditions(), doPickSplit(), moveLeafs(), spgRedoVacuumLeaf(), spgWalk(), vacuumLeafPage(), and vacuumLeafRoot().