Plpython crashing the backend in one easy step - Mailing list pgsql-hackers

From Bradley McLean
Subject Plpython crashing the backend in one easy step
Date
Msg-id 20011109140130.A16972@bradm.net
Whole thread Raw
Responses Re: Plpython crashing the backend in one easy step
List 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


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Where might I propose a 'feature'?
Next
From: Hannu Krosing
Date:
Subject: Re: Possible major bug in PlPython (plus some other ideas)