|
PostgreSQL Source Code git master
|
#include <plpy_procedure.h>
Data Fields | |
| PLyProcedure * | proc |
| MemoryContext | fcontext |
| PLySRFState * | srfstate |
| bool | shutdown_reg |
| MemoryContextCallback | mcb |
Definition at line 80 of file plpy_procedure.h.
| MemoryContext PLyProcedureCache::fcontext |
Definition at line 83 of file plpy_procedure.h.
| MemoryContextCallback PLyProcedureCache::mcb |
Definition at line 88 of file plpy_procedure.h.
| PLyProcedure* PLyProcedureCache::proc |
Definition at line 82 of file plpy_procedure.h.
| bool PLyProcedureCache::shutdown_reg |
Definition at line 85 of file plpy_procedure.h.
Referenced by ShutdownPLyFunction().
| PLySRFState* PLyProcedureCache::srfstate |
Definition at line 84 of file plpy_procedure.h.