PostgreSQL Source Code
git master
|
#include <spgist_private.h>
Data Fields | |
unsigned int | tupstate:2 |
unsigned int | size:30 |
uint16 | t_info |
ItemPointerData | pointer |
TransactionId | xid |
Definition at line 426 of file spgist_private.h.
ItemPointerData SpGistDeadTupleData::pointer |
Definition at line 431 of file spgist_private.h.
Referenced by setRedirectionTuple(), spgFormDeadTuple(), spgRedoVacuumRedirect(), vacuumLeafPage(), and vacuumRedirectAndPlaceholder().
unsigned int SpGistDeadTupleData::size |
Definition at line 429 of file spgist_private.h.
Referenced by spgAddNodeAction(), spgFormDeadTuple(), spgPageIndexMultiDelete(), and spgRedoAddNode().
uint16 SpGistDeadTupleData::t_info |
Definition at line 430 of file spgist_private.h.
unsigned int SpGistDeadTupleData::tupstate |
Definition at line 428 of file spgist_private.h.
Referenced by addOrReplaceTuple(), setRedirectionTuple(), spgFormDeadTuple(), SpGistPageAddNewItem(), spgPageIndexMultiDelete(), spgRedoVacuumRedirect(), and vacuumRedirectAndPlaceholder().
TransactionId SpGistDeadTupleData::xid |
Definition at line 432 of file spgist_private.h.
Referenced by spgFormDeadTuple(), vacuumLeafPage(), and vacuumRedirectAndPlaceholder().