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 138 of file sinvaladt.c.

Field Documentation

◆ hasMessages

bool ProcState::hasMessages

◆ nextLXID

LocalTransactionId ProcState::nextLXID

◆ nextMsgNum

◆ procPid

pid_t ProcState::procPid

◆ resetState

◆ sendOnly

bool ProcState::sendOnly

Definition at line 154 of file sinvaladt.c.

Referenced by SharedInvalBackendInit(), and SICleanupQueue().

◆ signaled


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