Re: plpython improvements

Поиск
Список
Период
Сортировка
От Sven
Тема Re: plpython improvements
Дата
Msg-id 1150524315.44939b9be413b@webmail.elion.ee
обсуждение исходный текст
Ответ на Re: plpython improvements  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: plpython improvements  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Quoting Bruce Momjian <pgman@candle.pha.pa.us>:

>
> Added to TODO:
>
>            o Allow PL/python to composite types and result sets
>              once buggy assert-enabled versions of python can be
detected

I actually tried to work other way around -- get all known buggy systems
fixed:
1) Debugging Python version: bug acknowledged, v2.5 fixed, v2.4 waiting
(http://sourceforge.net/tracker/index.php?func=detail&aid=1483133&group_id=5470&atid=105470)
2) Fedora: >=v5 fixed, will be backported to version 4 also
(https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=192592)

If this approach is not satisfactionary and assertion predetection is
still requested, only solution I see is to catch signal SIGABRT, set
flag, longjmp back and report error.
But I really don't like it.


--
Sven Suursoho

В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: table/index fillfactor control, try 2
Следующее
От: Tom Lane
Дата:
Сообщение: Re: plpython improvements