Re: Plperl functions not re-entrant, wrong results

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Plperl functions not re-entrant, wrong results
Дата
Msg-id 27851.1177948586@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Plperl functions not re-entrant, wrong results  (Kenneth Downs <ken@secdat.com>)
Ответы Re: Plperl functions not re-entrant, wrong results  (Kenneth Downs <ken@secdat.com>)
Список pgsql-bugs
Kenneth Downs <ken@secdat.com> writes:
> Here is a test case to show that plperl functions are not re-entrant.

I'm very bad in perl, but I think you need to declare all your variables
with "my" to make them local instead of global.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: plperl.c patch to correctly support bytea inputs and output to functions and triggers.
Следующее
От: Kenneth Downs
Дата:
Сообщение: Re: Plperl functions not re-entrant, wrong results