Plpython crashing the backend in one easy step

Поиск
Список
Период
Сортировка
От Bradley McLean
Тема Plpython crashing the backend in one easy step
Дата
Msg-id 20011109140130.A16972@bradm.net
обсуждение исходный текст
Ответы Re: Plpython crashing the backend in one easy step  (Bradley McLean <brad@bradm.net>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Where might I propose a 'feature'?
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: Possible major bug in PlPython (plus some other ideas)