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

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: PL/Python: Rename new keyword arguments of plpy.error() etc.
Date: 2016-06-11 23:28:21
Message-ID: E1bBsKD-0006AI-SN@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2016-06-12 08:25:01 pgsql: Finish pgindent run for 9.6: Perl files.
Previous Message Kevin Grittner 2016-06-11 15:29:54 Re: Re: [COMMITTERS] pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <