mirror of
https://github.com/postgres/postgres.git
synced 2025-06-17 17:02:08 +03:00
PL/Python: Add argument names to function declarations
For easier source reading
This commit is contained in:
@ -17,6 +17,6 @@ typedef struct PLyCursorObject
|
||||
} PLyCursorObject;
|
||||
|
||||
extern void PLy_cursor_init_type(void);
|
||||
extern PyObject *PLy_cursor(PyObject *, PyObject *);
|
||||
extern PyObject *PLy_cursor(PyObject *self, PyObject *args);
|
||||
|
||||
#endif /* PLPY_CURSOROBJECT_H */
|
||||
|
Reference in New Issue
Block a user