postgresql/src/pl
Peter Eisentraut 0c5933d010 Wrap PL/Python SPI calls into subtransactions
This allows the language-specific try/catch construct to catch and
handle exceptions arising from SPI calls, matching the behavior of
other PLs.

As an additional bonus you no longer get all the ugly "unrecognized
error in PLy_spi_execute_query" errors.

Jan Urbański, reviewed by Steve Singer
2011-02-02 22:06:10 +02:00
..
plperl Add comment on why we're passing a useless 'false' to the plperl function compiler. 2011-02-02 12:45:42 -05:00
plpgsql Re-classify ERRCODE_DATABASE_DROPPED to 57P04 2011-02-01 08:44:01 +00:00
plpython Wrap PL/Python SPI calls into subtransactions 2011-02-02 22:06:10 +02:00
tcl Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
Makefile Improved parallel make support 2010-11-12 22:15:16 +02:00