PostgreSQL Source Code
git master
|
#include <spgist_private.h>
Data Fields | |
unsigned int | tupstate:2 |
unsigned int | size:30 |
uint16 | t_info |
ItemPointerData | heapPtr |
Definition at line 382 of file spgist_private.h.
ItemPointerData SpGistLeafTupleData::heapPtr |
Definition at line 388 of file spgist_private.h.
Referenced by spgFormLeafTuple(), spgLeafTest(), spgNewHeapItem(), spgTestLeafTuple(), vacuumLeafPage(), and vacuumLeafRoot().
unsigned int SpGistLeafTupleData::size |
Definition at line 385 of file spgist_private.h.
Referenced by addLeafTuple(), checkSplitConditions(), doPickSplit(), moveLeafs(), spgdoinsert(), spgFormLeafTuple(), spgNewHeapItem(), spgRedoAddLeaf(), spgRedoMoveLeafs(), and spgRedoPickSplit().
uint16 SpGistLeafTupleData::t_info |
Definition at line 386 of file spgist_private.h.
unsigned int SpGistLeafTupleData::tupstate |
Definition at line 384 of file spgist_private.h.
Referenced by addLeafTuple(), checkSplitConditions(), doPickSplit(), moveLeafs(), spgRedoVacuumLeaf(), spgTestLeafTuple(), vacuumLeafPage(), and vacuumLeafRoot().