pgsql: PL/Python: Rename new keyword arguments of plpy.error() etc. - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: PL/Python: Rename new keyword arguments of plpy.error() etc.
Date
Msg-id E1bBsKD-0006AI-SN@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
PL/Python: Rename new keyword arguments of plpy.error() etc.

Rename schema -> schema_name etc. to remain consistent with C API and
PL/pgSQL.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/020140d84d09e0375824074cead642e3b9435180

Modified Files
--------------
doc/src/sgml/plpython.sgml                    |  6 +--
src/pl/plpython/expected/plpython_ereport.out | 66 ++++++++++++-------------
src/pl/plpython/plpy_plpymodule.c             | 70 +++++++++++++--------------
src/pl/plpython/sql/plpython_ereport.sql      | 62 ++++++++++++------------
4 files changed, 102 insertions(+), 102 deletions(-)


pgsql-committers by date:

Previous
From: Kevin Grittner
Date:
Subject: Re: [HACKERS] Re: pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <
Next
From: Noah Misch
Date:
Subject: pgsql: Finish pgindent run for 9.6: Perl files.