Re: server process segfaulting

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Elein Mustain <elein(at)tulip(dot)norcov(dot)com>
Cc: james(at)anchor(dot)net(dot)au, elein(at)varlena(dot)com, pgsql-general(at)postgresql(dot)org
Subject: Re: server process segfaulting
Date: 2003-06-04 04:19:55
Message-ID: 21819.1054700395@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Elein Mustain <elein(at)tulip(dot)norcov(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Kellerer 2003-06-04 07:03:01 Re: Powerbuilder with Postgre
Previous Message Elein Mustain 2003-06-04 04:14:39 Re: server process segfaulting