PostgreSQL Source Code git master
|
Data Fields | |
int16 | id |
int16 | link |
SyscacheCallbackFunction | function |
Datum | arg |
Datum SYSCACHECALLBACK::arg |
Definition at line 278 of file inval.c.
Referenced by CacheRegisterSyscacheCallback(), CallSyscacheCallbacks(), and InvalidateSystemCachesExtended().
SyscacheCallbackFunction SYSCACHECALLBACK::function |
Definition at line 277 of file inval.c.
Referenced by CacheRegisterSyscacheCallback(), CallSyscacheCallbacks(), and InvalidateSystemCachesExtended().
int16 SYSCACHECALLBACK::id |
Definition at line 275 of file inval.c.
Referenced by CacheRegisterSyscacheCallback(), CallSyscacheCallbacks(), and InvalidateSystemCachesExtended().
int16 SYSCACHECALLBACK::link |
Definition at line 276 of file inval.c.
Referenced by CacheRegisterSyscacheCallback(), and CallSyscacheCallbacks().