PostgreSQL Source Code  git master
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 224 of file xact.c.

Field Documentation

◆ currentCommandId

CommandId SerializedTransactionState::currentCommandId

Definition at line 230 of file xact.c.

Referenced by SerializeTransactionState(), and StartParallelWorkerTransaction().

◆ currentFullTransactionId

FullTransactionId SerializedTransactionState::currentFullTransactionId

Definition at line 229 of file xact.c.

Referenced by SerializeTransactionState(), and StartParallelWorkerTransaction().

◆ nParallelCurrentXids

int SerializedTransactionState::nParallelCurrentXids

Definition at line 231 of file xact.c.

Referenced by SerializeTransactionState(), and StartParallelWorkerTransaction().

◆ parallelCurrentXids

TransactionId SerializedTransactionState::parallelCurrentXids[FLEXIBLE_ARRAY_MEMBER]

Definition at line 232 of file xact.c.

Referenced by SerializeTransactionState(), and StartParallelWorkerTransaction().

◆ topFullTransactionId

FullTransactionId SerializedTransactionState::topFullTransactionId

Definition at line 228 of file xact.c.

Referenced by SerializeTransactionState(), and StartParallelWorkerTransaction().

◆ xactDeferrable

bool SerializedTransactionState::xactDeferrable

Definition at line 227 of file xact.c.

Referenced by SerializeTransactionState(), and StartParallelWorkerTransaction().

◆ xactIsoLevel

int SerializedTransactionState::xactIsoLevel

Definition at line 226 of file xact.c.

Referenced by SerializeTransactionState(), and StartParallelWorkerTransaction().


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