Re: plperl: Undefined subroutine &main::mksafefunc - Mailing list pgsql-bugs

From Michael Fuhr
Subject Re: plperl: Undefined subroutine &main::mksafefunc
Date
Msg-id 20041121083212.GA67123@winnie.fuhr.org
Whole thread Raw
In response to Re: plperl: Undefined subroutine &main::mksafefunc  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
On Sun, Nov 21, 2004 at 03:16:36AM -0500, Tom Lane wrote:
> Michael Fuhr <mike@fuhr.org> writes:
> > If spi_exec_query() fails in a plperl function, subsequent calls
> > to plperl or plperlu functions that hadn't been previously loaded
> > will fail with "Undefined subroutine &main::mksafefunc".
>
> Yeah ... there are other ways to cause this but the short of it is
> that plperl's error handling is entirely broken.  See nearby rant
> in pghackers.

Oops...I did see that thread.  I must have prematurely free()'d the
memory of it.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: plperl: Undefined subroutine &main::mksafefunc
Next
From: David Schweikert
Date:
Subject: select to_number('1,000', '999,999');