#include <plpy_main.h>
Data Fields | |
PLyProcedure * | curr_proc |
MemoryContext | scratch_ctx |
struct PLyExecutionContext * | next |
Definition at line 18 of file plpy_main.h.
Definition at line 20 of file plpy_main.h.
Referenced by plpython_call_handler(), plpython_error_callback(), plpython_inline_handler(), plpython_return_error_callback(), plpython_trigger_error_callback(), PLy_cursor_plan(), PLy_cursor_query(), PLy_push_execution_context(), PLy_spi_execute_plan(), PLy_spi_execute_query(), and PLy_traceback().
Definition at line 22 of file plpy_main.h.
Referenced by PLy_pop_execution_context(), and PLy_push_execution_context().
Definition at line 21 of file plpy_main.h.
Referenced by PLy_pop_execution_context(), PLy_push_execution_context(), and PLyDict_FromTuple().