Re: Plperl functions with OUT parameters crashing each other when used in the same connection - Mailing list pgsql-general

From Tom Lane
Subject Re: Plperl functions with OUT parameters crashing each other when used in the same connection
Date
Msg-id 24863.1157384375@sss.pgh.pa.us
Whole thread Raw
In response to Re: Plperl functions with OUT parameters crashing each other when used in the same connection  ("Philippe Lang" <philippe.lang@attiksystem.ch>)
List pgsql-general
"Philippe Lang" <philippe.lang@attiksystem.ch> writes:
> Here is a reduced example that shows the problem.

Hm, I'm no Perl guru, but isn't the second script to be loaded going to
redefine those subroutines that the first script defined?  I'm pretty
sure that there's not an implicit independent namespace for each plperl
function.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Plperl functions with OUT parameters crashing each other when used in the same connection
Next
From: Mario Lopez
Date:
Subject: Re: PostgreSQL XID exceeded crash.