Re: plperl and inline functions -- first draft

Andrew Dunstan <andrew@dunslane.net>

From: Andrew Dunstan <andrew@dunslane.net>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Joshua Tolley <eggyknap@gmail.com>, pgsql-hackers@postgresql.org
Date: 2009-11-07T01:20:34Z
Lists: pgsql-hackers

Tom Lane wrote:
> Andrew Dunstan <andrew@dunslane.net> writes:
>   
>> !  * plperl_call_handler and plperl_inline_handler are the only
>> !  * externally-visible parts of the plperl call interface.  The Postgres function
>> !  * and trigger managers call plperl_call_handler to execute a perl function, and
>> !  * call plperl_inline_handler to execute plperl code in a DO statement.
>>     
>
> This comment should be updated to mention the validator.  (What it
> replaces was wrong before, but that's no excuse for not making it
> right while you're touching it.)
>
> The spacing seems a bit random too.  pgindent will fix some of that,
> but it's not very bright about making vertical spacing (ie extra
> blank lines) consistent.
>
> 			
>   

OK, I'll clean it up.

cheers

andrew