OSDN Git Service

Report Python errors from iterators with PLy_elog
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 7 Mar 2011 20:53:32 +0000 (22:53 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 7 Mar 2011 21:47:43 +0000 (23:47 +0200)
commit8f76324352986287c04832f8e6450d4d2952a030
treebba9b884871eec42c83fdd1dac1e0383c7e65b48
parentcfcdc99db67172d46a5e226375fa97e5c5a62267
Report Python errors from iterators with PLy_elog

This improves reporting, as the error string now includes the actual
Python exception. As a side effect, this no longer sets the errcode to
ERRCODE_DATA_EXCEPTION, which might be considered a feature, as it's
not documented and not clear why iterator errors should be treated
differently.

Jan Urbański
src/pl/plpython/plpython.c