PostgreSQL Source Code
git master
|
Data Fields | |
int16 | id |
int16 | link |
SyscacheCallbackFunction | function |
Datum | arg |
Datum SYSCACHECALLBACK::arg |
Definition at line 204 of file inval.c.
Referenced by CacheRegisterSyscacheCallback(), CallSyscacheCallbacks(), and InvalidateSystemCaches().
SyscacheCallbackFunction SYSCACHECALLBACK::function |
Definition at line 203 of file inval.c.
Referenced by CacheRegisterSyscacheCallback(), CallSyscacheCallbacks(), and InvalidateSystemCaches().
int16 SYSCACHECALLBACK::id |
Definition at line 201 of file inval.c.
Referenced by CacheRegisterSyscacheCallback(), CallSyscacheCallbacks(), and InvalidateSystemCaches().
int16 SYSCACHECALLBACK::link |
Definition at line 202 of file inval.c.
Referenced by CacheRegisterSyscacheCallback(), and CallSyscacheCallbacks().