Re: server process segfaulting - Mailing list pgsql-general

From Tom Lane
Subject Re: server process segfaulting
Date
Msg-id 21819.1054700395@sss.pgh.pa.us
Whole thread Raw
In response to Re: server process segfaulting  (Elein Mustain <elein@tulip.norcov.com>)
List pgsql-general
Elein Mustain <elein@tulip.norcov.com> writes:
> The problem
> is local to plpython and not plpgsql because only
> plpython creates storage that can be accessed between
> function calls.

When I looked at it, I thought that it could be solved trivially by
instantiating a separate Python object for each per-relation version
of a trigger function.  But not being a Python user, I didn't try
to fix it because I couldn't test it very well.

            regards, tom lane

pgsql-general by date:

Previous
From: Elein Mustain
Date:
Subject: Re: server process segfaulting
Next
From: "Jim C. Nasby"
Date:
Subject: Re: Select from multiple tables