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

#include <funccache.h>

Data Fields

CachedFunctionHashKeyfn_hashkey
 
TransactionId fn_xmin
 
ItemPointerData fn_tid
 
CachedFunctionDeleteCallback dcallback
 
uint64 use_count
 

Detailed Description

Definition at line 106 of file funccache.h.

Field Documentation

◆ dcallback

CachedFunctionDeleteCallback CachedFunction::dcallback

Definition at line 114 of file funccache.h.

Referenced by delete_function().

◆ fn_hashkey

CachedFunctionHashKey* CachedFunction::fn_hashkey

Definition at line 109 of file funccache.h.

◆ fn_tid

ItemPointerData CachedFunction::fn_tid

Definition at line 112 of file funccache.h.

◆ fn_xmin

TransactionId CachedFunction::fn_xmin

Definition at line 111 of file funccache.h.

◆ use_count


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