PostgreSQL Source Code
git master
|
#include <spgist_private.h>
Data Fields | |
unsigned int | tupstate:2 |
unsigned int | allTheSame:1 |
unsigned int | nNodes:13 |
unsigned int | prefixSize:16 |
uint16 | size |
Definition at line 292 of file spgist_private.h.
unsigned int SpGistInnerTupleData::allTheSame |
Definition at line 295 of file spgist_private.h.
Referenced by doPickSplit(), spgdoinsert(), spgInitInnerConsistentIn(), spgInnerTest(), and spgSplitNodeAction().
unsigned int SpGistInnerTupleData::nNodes |
Definition at line 296 of file spgist_private.h.
Referenced by addNode(), spgdoinsert(), spgExtractNodeLabels(), spgFormInnerTuple(), spgInitInnerConsistentIn(), spgInnerTest(), and spgSplitNodeAction().
unsigned int SpGistInnerTupleData::prefixSize |
Definition at line 297 of file spgist_private.h.
Referenced by addNode(), spgdoinsert(), spgFormInnerTuple(), and spgInitInnerConsistentIn().
uint16 SpGistInnerTupleData::size |
Definition at line 298 of file spgist_private.h.
Referenced by doPickSplit(), spgAddNodeAction(), spgFormInnerTuple(), spgRedoAddNode(), spgRedoPickSplit(), spgRedoSplitTuple(), and spgSplitNodeAction().
unsigned int SpGistInnerTupleData::tupstate |
Definition at line 294 of file spgist_private.h.
Referenced by spgprocesspending(), and spgWalk().