PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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_lookup().

◆ key

CachedFunctionHashKey CachedFunctionHashEntry::key

Definition at line 43 of file funccache.c.


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