pgsql: Add function name to PyArg_ParseTuple() - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Add function name to PyArg_ParseTuple()
Date
Msg-id E1bzqYd-0005I9-G8@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: If the stats collector dies during Hot Standby, restart it.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Format PL/Python module contents test vertically