PostgreSQL Source Code
git master
|
Data Fields | |
pid_t | procPid |
int | nextMsgNum |
bool | resetState |
bool | signaled |
bool | hasMessages |
bool | sendOnly |
LocalTransactionId | nextLXID |
Definition at line 138 of file sinvaladt.c.
bool ProcState::hasMessages |
Definition at line 146 of file sinvaladt.c.
Referenced by SharedInvalBackendInit(), SharedInvalShmemInit(), SIGetDataEntries(), and SIInsertDataEntries().
LocalTransactionId ProcState::nextLXID |
Definition at line 162 of file sinvaladt.c.
Referenced by CleanupInvalidationState(), SharedInvalBackendInit(), and SharedInvalShmemInit().
int ProcState::nextMsgNum |
Definition at line 143 of file sinvaladt.c.
Referenced by CleanupInvalidationState(), SharedInvalBackendInit(), SharedInvalShmemInit(), SICleanupQueue(), and SIGetDataEntries().
pid_t ProcState::procPid |
Definition at line 141 of file sinvaladt.c.
Referenced by CleanupInvalidationState(), SharedInvalBackendInit(), SharedInvalShmemInit(), and SICleanupQueue().
bool ProcState::resetState |
Definition at line 144 of file sinvaladt.c.
Referenced by CleanupInvalidationState(), SharedInvalBackendInit(), SharedInvalShmemInit(), SICleanupQueue(), and SIGetDataEntries().
bool ProcState::sendOnly |
Definition at line 154 of file sinvaladt.c.
Referenced by SharedInvalBackendInit(), and SICleanupQueue().
bool ProcState::signaled |
Definition at line 145 of file sinvaladt.c.
Referenced by CleanupInvalidationState(), SharedInvalBackendInit(), SharedInvalShmemInit(), SICleanupQueue(), and SIGetDataEntries().