PostgreSQL Source Code git master
|
Data Fields | |
int | minMsgNum |
int | maxMsgNum |
int | nextThreshold |
slock_t | msgnumLock |
SharedInvalidationMessage | buffer [MAXNUMMESSAGES] |
int | numProcs |
int * | pgprocnos |
ProcState | procState [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 165 of file sinvaladt.c.
SharedInvalidationMessage SISeg::buffer[MAXNUMMESSAGES] |
Definition at line 179 of file sinvaladt.c.
Referenced by SIGetDataEntries(), and SIInsertDataEntries().
int SISeg::maxMsgNum |
Definition at line 171 of file sinvaladt.c.
Referenced by SharedInvalBackendInit(), SharedInvalShmemInit(), SICleanupQueue(), SIGetDataEntries(), and SIInsertDataEntries().
int SISeg::minMsgNum |
Definition at line 170 of file sinvaladt.c.
Referenced by SharedInvalShmemInit(), SICleanupQueue(), and SIInsertDataEntries().
slock_t SISeg::msgnumLock |
Definition at line 174 of file sinvaladt.c.
Referenced by SharedInvalShmemInit(), SIGetDataEntries(), and SIInsertDataEntries().
int SISeg::nextThreshold |
Definition at line 172 of file sinvaladt.c.
Referenced by SharedInvalShmemInit(), SICleanupQueue(), and SIInsertDataEntries().
int SISeg::numProcs |
Definition at line 193 of file sinvaladt.c.
Referenced by CleanupInvalidationState(), SharedInvalBackendInit(), SharedInvalShmemInit(), SICleanupQueue(), and SIInsertDataEntries().
int* SISeg::pgprocnos |
Definition at line 194 of file sinvaladt.c.
Referenced by CleanupInvalidationState(), SharedInvalBackendInit(), SharedInvalShmemInit(), SICleanupQueue(), and SIInsertDataEntries().
ProcState SISeg::procState[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 195 of file sinvaladt.c.
Referenced by CleanupInvalidationState(), SharedInvalBackendInit(), SharedInvalShmemInit(), SICleanupQueue(), SIGetDataEntries(), and SIInsertDataEntries().