Plpython crashing the backend in one easy step

From: Bradley McLean <brad(at)bradm(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Plpython crashing the backend in one easy step
Date: 2001-11-09 19:01:30
Message-ID: 20011109140130.A16972@bradm.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I'm going to look into this, but thought I'd share the misery:

CREATE FUNCTION crash() RETURNS varchar AS '
plpy.execute("syntax error")
' language 'plpython';

SELECT crash();

-Brad

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tony Reina 2001-11-09 19:09:23 'real' strange problem in 7.1.3
Previous Message Bruce Momjian 2001-11-09 18:49:24 Re: Call for objections: revision of keyword classification