PostgreSQL Source Code git master
ProcState Struct Reference

Data Fields

pid_t procPid
 
int nextMsgNum
 
bool resetState
 
bool signaled
 
bool hasMessages
 
bool sendOnly
 
LocalTransactionId nextLXID
 

Detailed Description

Definition at line 137 of file sinvaladt.c.

Field Documentation

◆ hasMessages

bool ProcState::hasMessages

◆ nextLXID

LocalTransactionId ProcState::nextLXID

◆ nextMsgNum

int ProcState::nextMsgNum

◆ procPid

pid_t ProcState::procPid

◆ resetState

bool ProcState::resetState

◆ sendOnly

bool ProcState::sendOnly

Definition at line 153 of file sinvaladt.c.

Referenced by SharedInvalBackendInit(), and SICleanupQueue().

◆ signaled

bool ProcState::signaled

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