PostgreSQL Source Code
git master
|
#include <plpy_subxactobject.h>
Data Fields | |
PyObject_HEAD bool | started |
bool | exited |
Definition at line 16 of file plpy_subxactobject.h.
bool PLySubtransactionObject::exited |
Definition at line 20 of file plpy_subxactobject.h.
Referenced by PLy_subtransaction_enter(), PLy_subtransaction_exit(), and PLy_subtransaction_new().
PyObject_HEAD bool PLySubtransactionObject::started |
Definition at line 19 of file plpy_subxactobject.h.
Referenced by PLy_subtransaction_enter(), PLy_subtransaction_exit(), and PLy_subtransaction_new().