Re: Optimize PL/Perl function argument passing [PATCH]

Поиск
Список
Период
Сортировка
От David E. Wheeler
Тема Re: Optimize PL/Perl function argument passing [PATCH]
Дата
Msg-id 1628317A-EECB-475E-B63B-AFE2E72AB6C3@kineticode.com
обсуждение исходный текст
Ответ на Re: Optimize PL/Perl function argument passing [PATCH]  (Tim Bunce <Tim.Bunce@pobox.com>)
Ответы Re: Optimize PL/Perl function argument passing [PATCH]  (Tim Bunce <Tim.Bunce@pobox.com>)
Список pgsql-hackers
On Dec 8, 2010, at 9:14 AM, Tim Bunce wrote:

>> Do you have any more improvements in the pipeline?
>
> I'd like to add $arrayref = decode_array_literal('{2,3}') and
> maybe $hashref = decode_hstore_literal('x=>1, y=>2').
> I don't know how much works would be involved in those though.

Those would be handy, but for arrays, at least, I'd rather have a GUC to turn on so that arrays are passed to PL/perl
functionsas array references. 

> Another possible improvement would be rewriting encode_array_literal()
> in C, so returning arrays would be much faster.

+1

Best,

David



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "David E. Wheeler"
Дата:
Сообщение: Re: plperlu problem with utf8
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Review: Extensions Patch