Re: Bug #893: Trigger causes database to crash

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Blue(dot)Dragon(at)blueyonder(dot)co(dot)uk, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Bug #893: Trigger causes database to crash
Date: 2003-02-06 15:29:04
Message-ID: 12508.1044545344@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)org writes:
> The bug is repeatable so if anyone wants more information please request.

Hmm. There's a known bug in plpy.execute concerning handling of NULLs,
but offhand this doesn't look like it ever passes NULLs to execute() ---
is that correct? Otherwise, we'll need a stack trace from the crashed
backend, or enough data to reproduce the problem locally. (The trigger
definition alone isn't very useful; I'm not interested in guessing at
the table you have it on... a pg_dump script to create everything needed
to duplicate the problem would be useful.)

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Gershon Geva 2003-02-06 19:08:01 unsubscribe
Previous Message Tom Lane 2003-02-06 14:42:49 Re: Trigger function not executing