#include "plpy_procedure.h"
Go to the source code of this file.
Definition at line 391 of file plpy_main.c.
References elog, ERROR, and PLy_execution_contexts.
Referenced by plpython_return_error_callback(), plpython_trigger_error_callback(), PLy_commit(), PLy_cursor_fetch(), PLy_cursor_iternext(), PLy_cursor_plan(), PLy_cursor_query(), PLy_input_convert(), PLy_input_from_tuple(), PLy_rollback(), PLy_spi_execute_fetch_result(), PLy_spi_execute_plan(), PLy_spi_execute_query(), PLy_spi_prepare(), PLy_traceback(), PLyDict_FromComposite(), and PLyObject_ToComposite().
Definition at line 400 of file plpy_main.c.
References ALLOCSET_DEFAULT_SIZES, AllocSetContextCreate, PLyExecutionContext::scratch_ctx, and TopTransactionContext.
Referenced by PLy_input_convert(), and PLy_input_from_tuple().
Definition at line 55 of file plpy_main.c.
Referenced by PLy_init_interp(), and PLy_procedure_compile().