mirror of
https://github.com/postgres/postgres.git
synced 2025-09-08 00:47:37 +03:00
PL/Python: Add argument names to function declarations
For easier source reading
This commit is contained in:
@@ -21,6 +21,6 @@ typedef struct PLyPlanObject
|
||||
|
||||
extern void PLy_plan_init_type(void);
|
||||
extern PyObject *PLy_plan_new(void);
|
||||
extern bool is_PLyPlanObject(PyObject *);
|
||||
extern bool is_PLyPlanObject(PyObject *ob);
|
||||
|
||||
#endif /* PLPY_PLANOBJECT_H */
|
||||
|
Reference in New Issue
Block a user