Re: plperl and inline functions -- first draft

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Joshua Tolley <eggyknap@gmail.com>
Cc: Alexey Klyukin <alexk@commandprompt.com>, Andrew Dunstan <andrew@dunslane.net>, pgsql-hackers@postgresql.org
Date: 2009-11-29T03:15:40Z
Lists: pgsql-hackers
Joshua Tolley <eggyknap@gmail.com> writes:
> Makes sense on both counts. Thanks for the help. How does the attached look?

Applied with minor corrections, mainly around the state save/restore
logic.  I also put in some code to fix the memory leak noted by Tim Bunce,
but am waiting for some confirmation that it's right before
back-patching the pre-existing bug of the same ilk.

			regards, tom lane