Prepared queries for PLPerl, plus fixing a small plperl memory leak. Patch

Andrew Dunstan <andrew@dunslane.net>

Commit: 5d723d05c04fc0f589d4bb5ecb8780c4c0cb4302
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2006-03-05T16:40:51Z
Releases: 8.2.0
Prepared queries for PLPerl, plus fixing a small plperl memory leak. Patch
and docs from Dmitry Karasik, slightly editorialised.

Files

PathChange+/−
doc/src/sgml/plperl.sgml modified +68 −4
src/pl/plperl/expected/plperl.out modified +48 −0
src/pl/plperl/plperl.c modified +483 −13
src/pl/plperl/plperl.h modified +7 −1
src/pl/plperl/SPI.xs modified +81 −1
src/pl/plperl/sql/plperl.sql modified +37 −1