PostgreSQL Source Code  git master
TM_FailureData Struct Reference

#include <tableam.h>

Data Fields

ItemPointerData ctid
 
TransactionId xmax
 
CommandId cmax
 
bool traversed
 

Detailed Description

Definition at line 148 of file tableam.h.

Field Documentation

◆ cmax

CommandId TM_FailureData::cmax

◆ ctid

◆ traversed

bool TM_FailureData::traversed

Definition at line 153 of file tableam.h.

Referenced by ExecLockRows(), GetTupleForTrigger(), and heapam_tuple_lock().

◆ xmax

TransactionId TM_FailureData::xmax

Definition at line 151 of file tableam.h.

Referenced by heap_delete(), heap_lock_tuple(), heap_update(), and heapam_tuple_lock().


The documentation for this struct was generated from the following file: