Re: plperl and inline functions -- first draft

From: Joshua Tolley <eggyknap(at)gmail(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: plperl and inline functions -- first draft
Date: 2009-11-05 23:17:18
Message-ID: 20091105231718.GY28186@eddie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Nov 05, 2009 at 05:51:45PM -0500, Andrew Dunstan wrote:
> Joshua Tolley wrote:
>> I've been trying to make pl/perl support 8.5's inline functions, with the
>> attached patch.
>
> Wow, this is the second time this week that people have produced patches
> for stuff I was about to do. Cool!

Well, I warmed up with PL/LOLCODE :)

>> The basics seem to be there, with at least one notable
>> exception, namely that plperl functions can do stuff only plperlu should do. I
>> presume this is because I really don't understand yet how plperl's trusted
>> interpreter initialization works, and have simply copied what looked like
>> important stuff from the original plperl call handler.
>>
>
> I'll check that out.

Many thanks.

--
Joshua Tolley / eggyknap
End Point Corporation
http://www.endpoint.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2009-11-05 23:31:33 Re: Typed tables
Previous Message Tom Lane 2009-11-05 22:59:34 Re: magic constant -1