https://github.com/postgres/postgres
Revision 3a4a33ad49e7887b104a29323e4ea625d164a139 authored by Peter Eisentraut on 03 July 2016, 02:53:14 UTC, committed by Peter Eisentraut on 03 July 2016, 02:53:14 UTC
Instead of calling PLy_elog() for reporting Python argument parsing
errors, generate appropriate exceptions.  This matches the existing plpy
functions and is more consistent with the behavior of the Python
argument parsing routines.
1 parent 420c166
History
Tip revision: 3a4a33ad49e7887b104a29323e4ea625d164a139 authored by Peter Eisentraut on 03 July 2016, 02:53:14 UTC
PL/Python: Report argument parsing errors using exceptions
Tip revision: 3a4a33a
File Mode Size
config
contrib
doc
src
.dir-locals.el -rw-r--r-- 738 bytes
.gitattributes -rw-r--r-- 1.7 KB
.gitignore -rw-r--r-- 434 bytes
COPYRIGHT -rw-r--r-- 1.2 KB
GNUmakefile.in -rw-r--r-- 3.6 KB
HISTORY -rw-r--r-- 283 bytes
Makefile -rw-r--r-- 1.5 KB
README -rw-r--r-- 1.2 KB
README.git -rw-r--r-- 727 bytes
aclocal.m4 -rw-r--r-- 384 bytes
configure -rwxr-xr-x 459.3 KB
configure.in -rw-r--r-- 72.9 KB

README

back to top