PostgreSQL Source Code git master
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: