postgresql/src/pl
Tom Lane 62513c3e55 Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV in plperl.
The latter is considered unwarranted chumminess with the implementation,
and can lead to crashes with recent Perl versions.

Report and fix by Tim Bunce.  Back-patch to all versions containing the
questionable coding pattern.
2010-03-09 22:35:07 +00:00
..
plperl Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV in plperl. 2010-03-09 22:35:07 +00:00
plpgsql Don't choke when exec_move_row assigns a synthesized null to a column 2010-02-12 19:38:00 +00:00
plpython Volatile-ize all five places where we expect a PG_TRY block to restore 2010-02-18 23:50:27 +00:00
tcl Apply Tcl_Init() to the "hold" interpreter created by pltcl. 2010-01-25 01:58:33 +00:00
Makefile Convert the existing regression test scripts for the various optional 2005-05-14 17:55:22 +00:00