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