Обсуждение: pgsql: Add function name to PyArg_ParseTuple()

Поиск
Список
Период
Сортировка

pgsql: Add function name to PyArg_ParseTuple()

От
Peter Eisentraut
Дата:
Add function name to PyArg_ParseTuple()

This causes the supplied function name to appear in any error message,
making the error message friendlier and relieving us from having to
provide our own in some cases.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/eaed88ce120746b3004225252f52d8c79fea2f58

Modified Files
--------------
src/pl/plpython/plpy_cursorobject.c | 2 +-
src/pl/plpython/plpy_planobject.c   | 3 +--
src/pl/plpython/plpy_plpymodule.c   | 6 +++---
src/pl/plpython/plpy_spi.c          | 2 +-
4 files changed, 6 insertions(+), 7 deletions(-)