|
PostgreSQL Source Code git master
|


Go to the source code of this file.
Data Structures | |
| struct | PLySubtransactionObject |
| struct | PLySubtransactionData |
Typedefs | |
| typedef struct PLySubtransactionObject | PLySubtransactionObject |
| typedef struct PLySubtransactionData | PLySubtransactionData |
Functions | |
| void | PLy_subtransaction_init_type (void) |
| PyObject * | PLy_subtransaction_new (PyObject *self, PyObject *unused) |
Variables | |
| List * | explicit_subtransactions |
Definition at line 58 of file plpy_subxactobject.c.
References elog, ERROR, fb(), PLy_SubtransactionType, and PLySubtransaction_spec.
Referenced by PyInit_plpy().
Definition at line 67 of file plpy_subxactobject.c.
References fb(), and PLy_SubtransactionType.
|
extern |
Definition at line 15 of file plpy_subxactobject.c.
Referenced by _PG_init(), PLy_abort_open_subtransactions(), PLy_procedure_call(), PLy_subtransaction_enter(), and PLy_subtransaction_exit().