|
PostgreSQL Source Code git master
|
#include <plpy_main.h>
Data Fields | |
| PLyProcedure * | curr_proc |
| MemoryContext | scratch_ctx |
| struct PLyExecutionContext * | next |
Definition at line 18 of file plpy_main.h.
| PLyProcedure* PLyExecutionContext::curr_proc |
Definition at line 20 of file plpy_main.h.
Referenced by PLy_push_execution_context().
| struct PLyExecutionContext* PLyExecutionContext::next |
Definition at line 22 of file plpy_main.h.
Referenced by PLy_pop_execution_context(), and PLy_push_execution_context().
| MemoryContext PLyExecutionContext::scratch_ctx |
Definition at line 21 of file plpy_main.h.
Referenced by PLy_get_scratch_context(), PLy_pop_execution_context(), and PLy_push_execution_context().