|
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 151 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 149 of file tableam.h.
Referenced by ExecOnConflictUpdate(), heap_delete(), heap_lock_tuple(), heap_update(), heapam_tuple_lock(), and should_refetch_tuple().
| bool TM_FailureData::traversed |
Definition at line 152 of file tableam.h.
Referenced by ExecDelete(), ExecLockRows(), ExecUpdate(), GetTupleForTrigger(), and heapam_tuple_lock().
| TransactionId TM_FailureData::xmax |
Definition at line 150 of file tableam.h.
Referenced by ExecMergeMatched(), heap_delete(), heap_lock_tuple(), heap_update(), and heapam_tuple_lock().