postgresql/src/pl
Tom Lane 28e9b26f4d Further plperl cleanup: be more paranoid about checking the type of
data returned from Perl.  Consolidate multiple bits of code to convert
a Perl hash to a tuple, and drive the conversion off the keys present
in the hash rather than the tuple column names, so we detect error if
the hash contains keys it shouldn't.  (This means keys not in the hash
will silently default to NULL, which seems ok to me.)  Fix a bunch of
reference-count leaks too.
2004-11-23 00:21:24 +00:00
..
plperl Further plperl cleanup: be more paranoid about checking the type of 2004-11-23 00:21:24 +00:00
plpgsql While fixing plperl and pltcl, I realized plpgsql wasn't doing 2004-11-21 22:27:34 +00:00
plpython Set rpath for plperl and plpython to ensure we can find the .so files 2004-11-19 19:23:01 +00:00
tcl Fix plperl and pltcl error handling per my previous proposal. SPI 2004-11-21 21:17:07 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00