PostgreSQL Source Code  git master
SISeg Struct Reference

Data Fields

int minMsgNum
 
int maxMsgNum
 
int nextThreshold
 
slock_t msgnumLock
 
SharedInvalidationMessage buffer [MAXNUMMESSAGES]
 
int numProcs
 
int * pgprocnos
 
ProcState procState [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 166 of file sinvaladt.c.

Field Documentation

◆ buffer

Definition at line 180 of file sinvaladt.c.

Referenced by SIGetDataEntries(), and SIInsertDataEntries().

◆ maxMsgNum

◆ minMsgNum

int SISeg::minMsgNum

Definition at line 171 of file sinvaladt.c.

Referenced by CreateSharedInvalidationState(), SICleanupQueue(), and SIInsertDataEntries().

◆ msgnumLock

slock_t SISeg::msgnumLock

◆ nextThreshold

int SISeg::nextThreshold

Definition at line 173 of file sinvaladt.c.

Referenced by CreateSharedInvalidationState(), SICleanupQueue(), and SIInsertDataEntries().

◆ numProcs

◆ pgprocnos

◆ procState


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