mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
PL/Python: Add argument names to function declarations
For easier source reading
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
#include "plpy_elog.h"
|
||||
|
||||
|
||||
static void PLy_plan_dealloc(PyObject *);
|
||||
static PyObject *PLy_plan_status(PyObject *, PyObject *);
|
||||
static void PLy_plan_dealloc(PyObject *arg);
|
||||
static PyObject *PLy_plan_status(PyObject *self, PyObject *args);
|
||||
|
||||
static char PLy_plan_doc[] = {
|
||||
"Store a PostgreSQL plan"
|
||||
|
Reference in New Issue
Block a user