PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PLyProcedureCache Struct Reference

#include <plpy_procedure.h>

Data Fields

PLyProcedureproc
 
MemoryContext fcontext
 
PLySRFStatesrfstate
 
bool shutdown_reg
 
MemoryContextCallback mcb
 

Detailed Description

Definition at line 80 of file plpy_procedure.h.

Field Documentation

◆ fcontext

MemoryContext PLyProcedureCache::fcontext

Definition at line 83 of file plpy_procedure.h.

◆ mcb

MemoryContextCallback PLyProcedureCache::mcb

Definition at line 88 of file plpy_procedure.h.

◆ proc

PLyProcedure* PLyProcedureCache::proc

Definition at line 82 of file plpy_procedure.h.

◆ shutdown_reg

bool PLyProcedureCache::shutdown_reg

Definition at line 85 of file plpy_procedure.h.

Referenced by ShutdownPLyFunction().

◆ srfstate

PLySRFState* PLyProcedureCache::srfstate

Definition at line 84 of file plpy_procedure.h.


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