Fix plperl's elog() function to convert elog(ERROR) into Perl croak(),
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 20 Nov 2004 19:07:40 +0000 (19:07 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 20 Nov 2004 19:07:40 +0000 (19:07 +0000)
commit193a97c2d32afc046ee20f34035906709bf852a0
tree1e501e94b81e40b3af0cf79983f1658cbfb57c80
parentd5013ab50f6513536f87b664a3d9202b92483103
Fix plperl's elog() function to convert elog(ERROR) into Perl croak(),
rather than longjmp'ing clear out of Perl and thereby leaving Perl in
a broken state.  Also some minor prettification of error messages.
Still need to do something with spi_exec_query() error handling.
src/pl/plperl/SPI.xs
src/pl/plperl/plperl.c