From: | Tim Bunce <Tim(dot)Bunce(at)pobox(dot)com> |
---|---|
To: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
Cc: | Tim Bunce <Tim(dot)Bunce(at)pobox(dot)com>, Alex Hunsaker <badalex(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Optimize PL/Perl function argument passing [PATCH] |
Date: | 2011-02-03 16:09:51 |
Message-ID: | 20110203160950.GD719@timac.local |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Wed, Feb 02, 2011 at 12:10:59PM -0500, Andrew Dunstan wrote:
>
> On 02/02/2011 11:45 AM, Tim Bunce wrote:
> >>But why are we bothering to keep $prolog at
> >>all any more, if all we're going to pass it is&PL_sv_no all the
> >>time? Maybe we'll have a use for it in the future, but right now we
> >>don't appear to unless I'm missing something.
> >
> >PostgreSQL::PLPerl::NYTProf would break if it was removed, so I'd rather
> >it wasn't.
> >
> >I could work around that if there's an easy way for perl code to tell
> >what version of PostgreSQL. If there isn't I think it would be worth
> >adding.
>
> Not really. It might well be good to add but that needs to wait for
> another time.
Ok.
> I gather you're plugging in a replacement for mkfunc?
Yes.
> For now I'll add a comment to the code saying why it's there.
Thanks.
Tim.
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2011-02-03 16:24:42 | Re: BUG #5856: pg_attribute.attinhcount is not correct. |
Previous Message | Peter Eisentraut | 2011-02-03 15:53:28 | Re: Per-column collation, the finale |