| From: | David E(dot) Wheeler <david(at)kineticode(dot)com> |
|---|---|
| To: | PostgreSQL Bugs <pgsql-bugs(at)postgresql(dot)org> |
| Subject: | Re: BUG #5277: plperl can't get args properly |
| Date: | 2010-01-14 17:32:51 |
| Message-ID: | E74D30F7-2242-4267-9D54-F68EC75DB17F@kineticode.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:
> "louis" <louis01010100(at)gmail(dot)com> writes:
> > Arguments can't be passed to a plperl function
>
> [ 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=72068
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tim Bunce | 2010-01-14 18:41:52 | Re: Termination When Switching between PL/Perl and PL/PerlU |
| Previous Message | Alex Hunsaker | 2010-01-14 17:01:52 | Re: BUG #5277: plperl can't get args properly |