Add function name to PyArg_ParseTuple()
Peter Eisentraut <peter_e@gmx.net>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/pl/plpython/plpy_cursorobject.c | modified | +1 −1 |
| src/pl/plpython/plpy_planobject.c | modified | +1 −2 |
| src/pl/plpython/plpy_plpymodule.c | modified | +3 −3 |
| src/pl/plpython/plpy_spi.c | modified | +1 −1 |