Re: plperl arginfo

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: plperl arginfo
Дата
Msg-id 20300.1288283668@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: plperl arginfo  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: plperl arginfo  ("Stephen J. Butler" <stephen.butler@gmail.com>)
Re: plperl arginfo  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> On 10/28/2010 11:54 AM, Pavel Stehule wrote:
>> Alternatively, maybe the feature could be exposed in a way where you
>> don't actually calculate the values unless requested, ie provide some
>> sort of inquiry function instead of always precomputing a hash.
>> +1 .. some like get_function_info()

> Yeah, that looks doable.

BTW, maybe we could have the best of both worlds?  Dunno about Perl,
but in some languages it would be possible to instantiate the hash
only if it's actually touched.  Passing the data as a hash definitely
seems to fit with the spirit of things otherwise, so as long as it
didn't cost cycles when not needed, I'd be in favor of that API.
        regards, tom lane


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

Предыдущее
От: "David E. Wheeler"
Дата:
Сообщение: Re: Composite Types and Function Parameters
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: plperl arginfo