PostgreSQL Source Code git master
|
#include <sinval.h>
Data Fields | |
int8 | id |
SharedInvalCatcacheMsg | cc |
SharedInvalCatalogMsg | cat |
SharedInvalRelcacheMsg | rc |
SharedInvalSmgrMsg | sm |
SharedInvalRelmapMsg | rm |
SharedInvalSnapshotMsg | sn |
SharedInvalCatalogMsg SharedInvalidationMessage::cat |
Definition at line 117 of file sinval.h.
Referenced by AddCatalogInvalidationMessage(), LocalExecuteInvalidationMessage(), and standby_desc_invalidations().
SharedInvalCatcacheMsg SharedInvalidationMessage::cc |
Definition at line 116 of file sinval.h.
Referenced by AddCatcacheInvalidationMessage(), and LocalExecuteInvalidationMessage().
int8 SharedInvalidationMessage::id |
Definition at line 115 of file sinval.h.
Referenced by LocalExecuteInvalidationMessage(), and standby_desc_invalidations().
SharedInvalRelcacheMsg SharedInvalidationMessage::rc |
Definition at line 118 of file sinval.h.
Referenced by AddRelcacheInvalidationMessage(), LocalExecuteInvalidationMessage(), and standby_desc_invalidations().
SharedInvalRelmapMsg SharedInvalidationMessage::rm |
Definition at line 120 of file sinval.h.
Referenced by CacheInvalidateRelmap(), LocalExecuteInvalidationMessage(), and standby_desc_invalidations().
SharedInvalSmgrMsg SharedInvalidationMessage::sm |
Definition at line 119 of file sinval.h.
Referenced by CacheInvalidateSmgr(), and LocalExecuteInvalidationMessage().
SharedInvalSnapshotMsg SharedInvalidationMessage::sn |
Definition at line 121 of file sinval.h.
Referenced by AddSnapshotInvalidationMessage(), LocalExecuteInvalidationMessage(), and standby_desc_invalidations().