|
PostgreSQL Source Code git master
|
#include <funccache.h>
Data Fields | |
| CachedFunctionHashKey * | fn_hashkey |
| TransactionId | fn_xmin |
| ItemPointerData | fn_tid |
| CachedFunctionDeleteCallback | dcallback |
| uint64 | use_count |
Definition at line 106 of file funccache.h.
| CachedFunctionDeleteCallback CachedFunction::dcallback |
Definition at line 114 of file funccache.h.
Referenced by delete_function().
| CachedFunctionHashKey* CachedFunction::fn_hashkey |
Definition at line 109 of file funccache.h.
| ItemPointerData CachedFunction::fn_tid |
Definition at line 112 of file funccache.h.
| TransactionId CachedFunction::fn_xmin |
Definition at line 111 of file funccache.h.
| uint64 CachedFunction::use_count |
Definition at line 117 of file funccache.h.
Referenced by delete_function(), init_sql_fcache(), plpgsql_call_handler(), plpgsql_free_function_memory(), plpgsql_inline_handler(), and RemoveSQLFunctionCache().