mirror of
https://github.com/postgres/postgres.git
synced 2025-11-26 23:43:30 +03:00
PL/Python: Add argument names to function declarations
For easier source reading
This commit is contained in:
@@ -24,6 +24,6 @@ typedef struct PLySubtransactionData
|
||||
} PLySubtransactionData;
|
||||
|
||||
extern void PLy_subtransaction_init_type(void);
|
||||
extern PyObject *PLy_subtransaction_new(PyObject *, PyObject *);
|
||||
extern PyObject *PLy_subtransaction_new(PyObject *self, PyObject *unused);
|
||||
|
||||
#endif /* PLPY_SUBXACTOBJECT */
|
||||
|
||||
Reference in New Issue
Block a user