PostgreSQL Source Code git master
|
#include <tableam.h>
Data Fields | |
ItemPointerData | ctid |
TransactionId | xmax |
CommandId | cmax |
bool | traversed |
CommandId TM_FailureData::cmax |
Definition at line 145 of file tableam.h.
Referenced by ExecDelete(), ExecMergeMatched(), ExecUpdate(), GetTupleForTrigger(), heap_delete(), heap_lock_tuple(), heap_update(), and heapam_tuple_lock().
ItemPointerData TM_FailureData::ctid |
Definition at line 143 of file tableam.h.
Referenced by ExecMergeMatched(), ExecOnConflictUpdate(), heap_delete(), heap_lock_tuple(), heap_update(), heapam_tuple_lock(), and should_refetch_tuple().
bool TM_FailureData::traversed |
Definition at line 146 of file tableam.h.
Referenced by ExecDelete(), ExecLockRows(), ExecUpdate(), GetTupleForTrigger(), and heapam_tuple_lock().
TransactionId TM_FailureData::xmax |
Definition at line 144 of file tableam.h.
Referenced by ExecMergeMatched(), heap_delete(), heap_lock_tuple(), heap_update(), and heapam_tuple_lock().