PostgreSQL Source Code
git master
|
#include <sinval.h>
Data Fields | |
int8 | id |
int8 | backend_hi |
uint16 | backend_lo |
RelFileLocator | rlocator |
int8 SharedInvalSmgrMsg::backend_hi |
Definition at line 91 of file sinval.h.
Referenced by CacheInvalidateSmgr(), and LocalExecuteInvalidationMessage().
uint16 SharedInvalSmgrMsg::backend_lo |
Definition at line 92 of file sinval.h.
Referenced by CacheInvalidateSmgr(), and LocalExecuteInvalidationMessage().
int8 SharedInvalSmgrMsg::id |
Definition at line 90 of file sinval.h.
Referenced by CacheInvalidateSmgr().
RelFileLocator SharedInvalSmgrMsg::rlocator |
Definition at line 93 of file sinval.h.
Referenced by CacheInvalidateSmgr(), and LocalExecuteInvalidationMessage().