PostgreSQL Source Code git master
|
#include <funccache.h>
Data Fields | |
Oid | funcOid |
bool | isTrigger |
bool | isEventTrigger |
Size | cacheEntrySize |
Oid | trigOid |
Oid | inputCollation |
int | nargs |
TupleDesc | callResultType |
Oid | argtypes [FUNC_MAX_ARGS] |
Definition at line 52 of file funccache.h.
Oid CachedFunctionHashKey::argtypes[FUNC_MAX_ARGS] |
Definition at line 98 of file funccache.h.
Referenced by cfunc_hash(), cfunc_match(), and compute_function_hashkey().
Size CachedFunctionHashKey::cacheEntrySize |
Definition at line 67 of file funccache.h.
Referenced by compute_function_hashkey().
TupleDesc CachedFunctionHashKey::callResultType |
Definition at line 92 of file funccache.h.
Referenced by cfunc_hash(), cfunc_hashtable_insert(), cfunc_match(), and compute_function_hashkey().
Oid CachedFunctionHashKey::funcOid |
Definition at line 54 of file funccache.h.
Referenced by compute_function_hashkey().
Oid CachedFunctionHashKey::inputCollation |
Definition at line 82 of file funccache.h.
Referenced by compute_function_hashkey().
bool CachedFunctionHashKey::isEventTrigger |
Definition at line 57 of file funccache.h.
Referenced by compute_function_hashkey().
bool CachedFunctionHashKey::isTrigger |
Definition at line 56 of file funccache.h.
Referenced by compute_function_hashkey().
int CachedFunctionHashKey::nargs |
Definition at line 85 of file funccache.h.
Referenced by cfunc_hash(), cfunc_match(), and compute_function_hashkey().
Oid CachedFunctionHashKey::trigOid |
Definition at line 75 of file funccache.h.
Referenced by compute_function_hashkey().