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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: PL/Python: Rename new keyword arguments of plpy.error() etc.
Дата
Msg-id E1bBsKD-0006AI-SN@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Kevin Grittner
Дата:
Сообщение: Re: [HACKERS] Re: pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Finish pgindent run for 9.6: Perl files.