|
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 384 of file spgist_private.h.
| ItemPointerData SpGistLeafTupleData::heapPtr |
Definition at line 390 of file spgist_private.h.
Referenced by spgLeafTest(), spgNewHeapItem(), spgTestLeafTuple(), vacuumLeafPage(), and vacuumLeafRoot().
Definition at line 387 of file spgist_private.h.
Referenced by addLeafTuple(), spgdoinsert(), and spgNewHeapItem().
| uint16 SpGistLeafTupleData::t_info |
Definition at line 388 of file spgist_private.h.
Definition at line 386 of file spgist_private.h.
Referenced by addLeafTuple(), spgRedoVacuumLeaf(), spgTestLeafTuple(), vacuumLeafPage(), and vacuumLeafRoot().