Re: Status of plperl inter-sp calling

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Status of plperl inter-sp calling
Дата
Msg-id 603c8f070912301617j6a587cb8g313a23164d440d41@mail.gmail.com
обсуждение исходный текст
Ответ на Status of plperl inter-sp calling  (Tim Bunce <Tim.Bunce@pobox.com>)
Ответы Re: Status of plperl inter-sp calling
Re: Status of plperl inter-sp calling
Список pgsql-hackers
On Wed, Dec 30, 2009 at 5:54 PM, Tim Bunce <Tim.Bunce@pobox.com> wrote:
> That much works currently. Behind the scenes, when a stored procedure is
> loaded into plperl the code ref for the perl sub is stored in a cache.
> Effectively just
>    $cache{$name}[$nargs] = $coderef;

That doesn't seem like enough to guarantee that you've got the right
function.  What if you have two functions with the same number of
arguments but different argument types? And what about optional
arguments, variable arguments, etc.?

...Robert


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Hot Standy introduced problem with query cancel behavior
Следующее
От: "David E. Wheeler"
Дата:
Сообщение: Re: Status of plperl inter-sp calling