postgresql/src/pl
Tom Lane ed368c1b8e Fix incorrect tests for undef Perl values in some places in plperl.c.
The correct test for defined-ness is SvOK(sv), not anything involving
SvTYPE.  Per bug #3415 from Matt Taylor.
Back-patch as far as 8.0; no apparent problem in 7.x.
2007-06-28 17:50:17 +00:00
..
plperl Fix incorrect tests for undef Perl values in some places in plperl.c. 2007-06-28 17:50:17 +00:00
plpgsql Fix an ancient logic error in plpgsql's exec_stmt_block: it thought it could 2007-02-08 18:37:55 +00:00
plpython Fix three Python reference leaks in PLy_traceback(). This would result 2006-02-20 20:10:41 +00:00
tcl Repair problems with the result of lookup_rowtype_tupdesc() possibly being 2006-01-17 17:33:23 +00:00
Makefile Convert the existing regression test scripts for the various optional 2005-05-14 17:55:22 +00:00