PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
CachedFunctionHashEntry Struct Reference

Data Fields

CachedFunctionHashKey key
 
CachedFunctionfunction
 

Detailed Description

Definition at line 41 of file funccache.c.

Field Documentation

◆ function

CachedFunction* CachedFunctionHashEntry::function

Definition at line 44 of file funccache.c.

Referenced by cfunc_hashtable_insert(), and cfunc_hashtable_lookup().

◆ key

CachedFunctionHashKey CachedFunctionHashEntry::key

Definition at line 43 of file funccache.c.

Referenced by cfunc_hashtable_insert().


The documentation for this struct was generated from the following file: