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

Field Documentation

◆ buffer

Definition at line 179 of file sinvaladt.c.

Referenced by SIGetDataEntries(), and SIInsertDataEntries().

◆ maxMsgNum

int SISeg::maxMsgNum

◆ minMsgNum

int SISeg::minMsgNum

Definition at line 170 of file sinvaladt.c.

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

◆ msgnumLock

slock_t SISeg::msgnumLock

Definition at line 174 of file sinvaladt.c.

Referenced by SharedInvalShmemInit(), SIGetDataEntries(), and SIInsertDataEntries().

◆ nextThreshold

int SISeg::nextThreshold

Definition at line 172 of file sinvaladt.c.

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

◆ numProcs

◆ pgprocnos

◆ procState


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