PostgreSQL Source Code
git master
|
#include <plpy_subxactobject.h>
Data Fields | |
MemoryContext | oldcontext |
ResourceOwner | oldowner |
Definition at line 24 of file plpy_subxactobject.h.
MemoryContext PLySubtransactionData::oldcontext |
Definition at line 26 of file plpy_subxactobject.h.
Referenced by PLy_abort_open_subtransactions(), PLy_subtransaction_enter(), and PLy_subtransaction_exit().
ResourceOwner PLySubtransactionData::oldowner |
Definition at line 27 of file plpy_subxactobject.h.
Referenced by PLy_abort_open_subtransactions(), PLy_subtransaction_enter(), and PLy_subtransaction_exit().