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 plpython3_call_handler(), plpython3_inline_handler(), plpython_error_callback(), plpython_return_error_callback(), plpython_trigger_error_callback(), PLy_cursor_fetch(), PLy_cursor_iternext(), PLy_cursor_plan(), PLy_cursor_query(), PLy_spi_execute_fetch_result(), PLy_spi_execute_plan(), PLy_spi_execute_query(), PLy_spi_prepare(), and PLy_traceback().
struct PLyExecutionContext* PLyExecutionContext::next |
Definition at line 22 of file plpy_main.h.
MemoryContext PLyExecutionContext::scratch_ctx |
Definition at line 21 of file plpy_main.h.
Referenced by PLy_commit(), and PLy_rollback().