PostgreSQL Source Code  git master
Working_State Struct Reference

Data Fields

GlobalTransaction array
 
int ngxacts
 
int currIdx
 

Detailed Description

Definition at line 696 of file twophase.c.

Field Documentation

◆ array

GlobalTransaction Working_State::array

Definition at line 698 of file twophase.c.

Referenced by pg_prepared_xact().

◆ currIdx

int Working_State::currIdx

Definition at line 700 of file twophase.c.

Referenced by pg_prepared_xact().

◆ ngxacts

int Working_State::ngxacts

Definition at line 699 of file twophase.c.

Referenced by pg_prepared_xact().


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