PostgreSQL Source Code git master
Loading...
Searching...
No Matches
plpy_subxactobject.h
Go to the documentation of this file.
1/*
2 * src/pl/plpython/plpy_subxactobject.h
3 */
4
5#ifndef PLPY_SUBXACTOBJECT
6#define PLPY_SUBXACTOBJECT
7
8#include "nodes/pg_list.h"
9#include "plpython.h"
10#include "utils/resowner.h"
11
12/* a list of nested explicit subtransactions */
14
15
22
23/* explicit subtransaction data */
29
30extern void PLy_subtransaction_init_type(void);
31extern PyObject *PLy_subtransaction_new(PyObject *self, PyObject *unused);
32
33#endif /* PLPY_SUBXACTOBJECT */
PyObject * PLy_subtransaction_new(PyObject *self, PyObject *unused)
List * explicit_subtransactions
void PLy_subtransaction_init_type(void)
static int fb(int x)
Definition pg_list.h:54
PyObject_HEAD bool started