postgresql/src/pl/plpython
Peter Eisentraut 88dcdf9007 Call PLy_spi_execute_fetch_result inside the try/catch block
This way errors from fetching tuples are correctly reported as errors
in the SPI call.  While at it, avoid palloc(0).

Jan Urbański
2011-01-25 00:43:25 +02:00
..
expected Quick hack to un-break plpython regression tests. 2011-01-22 20:43:54 -05:00
po
sql Correctly add exceptions to the plpy module for Python 3 2011-01-21 23:46:56 +02:00
.gitignore Some more gitignore cleanups: cover contrib and PL regression test outputs. 2010-09-22 17:22:40 -04:00
Makefile
nls.mk
plpython.c Call PLy_spi_execute_fetch_result inside the try/catch block 2011-01-25 00:43:25 +02:00