Re: BUG #5277: plperl can't get args properly - Mailing list pgsql-bugs

From David E. Wheeler
Subject Re: BUG #5277: plperl can't get args properly
Date
Msg-id E74D30F7-2242-4267-9D54-F68EC75DB17F@kineticode.com
Whole thread Raw
In response to BUG #5277: plperl can't get args properly  ("louis" <louis01010100@gmail.com>)
List 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 by date:

Previous
From: Alex Hunsaker
Date:
Subject: Re: BUG #5277: plperl can't get args properly
Next
From: Tim Bunce
Date:
Subject: Re: Termination When Switching between PL/Perl and PL/PerlU