mirror of
https://github.com/postgres/postgres.git
synced 2025-07-18 17:42:25 +03:00
Clear some style deviations.
This commit is contained in:
@ -19,9 +19,8 @@ static void PLy_subtransaction_dealloc(PyObject *subxact);
|
||||
static PyObject *PLy_subtransaction_enter(PyObject *self, PyObject *unused);
|
||||
static PyObject *PLy_subtransaction_exit(PyObject *self, PyObject *args);
|
||||
|
||||
static char PLy_subtransaction_doc[] = {
|
||||
"PostgreSQL subtransaction context manager"
|
||||
};
|
||||
static char PLy_subtransaction_doc[] =
|
||||
"PostgreSQL subtransaction context manager";
|
||||
|
||||
static PyMethodDef PLy_subtransaction_methods[] = {
|
||||
{"__enter__", PLy_subtransaction_enter, METH_VARARGS, NULL},
|
||||
|
Reference in New Issue
Block a user