PostgreSQL Source Code
git master
|
Data Fields | |
PyObject * | iter |
PLySavedArgs * | savedargs |
MemoryContextCallback | callback |
Definition at line 27 of file plpy_exec.c.
MemoryContextCallback PLySRFState::callback |
Definition at line 31 of file plpy_exec.c.
Referenced by PLy_exec_function().
PyObject* PLySRFState::iter |
Definition at line 29 of file plpy_exec.c.
Referenced by plpython_srf_cleanup_callback(), and PLy_exec_function().
PLySavedArgs* PLySRFState::savedargs |
Definition at line 30 of file plpy_exec.c.
Referenced by plpython_srf_cleanup_callback(), and PLy_exec_function().