Re: BUG #5277: plperl can't get args properly

Поиск
Список
Период
Сортировка
От David E. Wheeler
Тема Re: BUG #5277: plperl can't get args properly
Дата
Msg-id E74D30F7-2242-4267-9D54-F68EC75DB17F@kineticode.com
обсуждение исходный текст
Ответ на BUG #5277: plperl can't get args properly  ("louis" <louis01010100@gmail.com>)
Список pgsql-bugs
Tom Lane <tgl@sss.pgh.pa.us> writes:

> "louis" <louis01010100@gmail.com> writes:
> > Arguments can't be passed to a plperl function
>=20
> [ scratches head... ]  Works for everybody else.  I have to suppose
> there's something broken about your libperl, or plperl somehow got
> built wrong.  How did you build or come by your copies of perl and
> postgresql?


This is the issue I asked about on -hackers last month, and which I finally=
 tracked down yesterday to a bug in Safe.pm 2.20. Tim Bunce has since fixed=
 it. Report here:

    http://rt.perl.org/rt3/Public/Bug/Display.html?id=3D72068

In the short run, you can downgrade to Safe.pm 2.19 and the problem will go=
 away. Or just use PL/Perlu, which doesn't rely on Safe.pm.

Best,

David

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

Предыдущее
От: Alex Hunsaker
Дата:
Сообщение: Re: BUG #5277: plperl can't get args properly
Следующее
От: Tim Bunce
Дата:
Сообщение: Re: Termination When Switching between PL/Perl and PL/PerlU