PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
SerializedTransactionState Struct Reference

Data Fields

int xactIsoLevel
 
bool xactDeferrable
 
FullTransactionId topFullTransactionId
 
FullTransactionId currentFullTransactionId
 
CommandId currentCommandId
 
int nParallelCurrentXids
 
TransactionId parallelCurrentXids [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 226 of file xact.c.

Field Documentation

◆ currentCommandId

CommandId SerializedTransactionState::currentCommandId

Definition at line 232 of file xact.c.

Referenced by SerializeTransactionState(), and StartParallelWorkerTransaction().

◆ currentFullTransactionId

FullTransactionId SerializedTransactionState::currentFullTransactionId

Definition at line 231 of file xact.c.

Referenced by SerializeTransactionState(), and StartParallelWorkerTransaction().

◆ nParallelCurrentXids

int SerializedTransactionState::nParallelCurrentXids

Definition at line 233 of file xact.c.

Referenced by SerializeTransactionState(), and StartParallelWorkerTransaction().

◆ parallelCurrentXids

TransactionId SerializedTransactionState::parallelCurrentXids[FLEXIBLE_ARRAY_MEMBER]

Definition at line 234 of file xact.c.

Referenced by SerializeTransactionState(), and StartParallelWorkerTransaction().

◆ topFullTransactionId

FullTransactionId SerializedTransactionState::topFullTransactionId

Definition at line 230 of file xact.c.

Referenced by SerializeTransactionState(), and StartParallelWorkerTransaction().

◆ xactDeferrable

bool SerializedTransactionState::xactDeferrable

Definition at line 229 of file xact.c.

Referenced by SerializeTransactionState(), and StartParallelWorkerTransaction().

◆ xactIsoLevel

int SerializedTransactionState::xactIsoLevel

Definition at line 228 of file xact.c.

Referenced by SerializeTransactionState(), and StartParallelWorkerTransaction().


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