Re: Bug in plpython's Python Generators

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug in plpython's Python Generators
Дата
Msg-id 4845.1289849361@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Bug in plpython's Python Generators  (Jan Urbański <wulczer@wulczer.org>)
Список pgsql-hackers
Jan Urbański <wulczer@wulczer.org> writes:
> On 24/10/10 00:32, Jan Urbański wrote:
>> On 21/10/10 20:48, Alvaro Herrera wrote:
>>> ... and presumably somebody can fix the real bug that Jean-Baptiste hit,
>>> too.

>> AFAICS the error comes from PLy_function_handler disconnecting from SPI
>> after calling into the Python code and then going ahead and reading the
>> result from the iterator.

> Here's a patch with a fix for that bug.

Applied back to 8.2.  Thanks for the patch.
        regards, tom lane


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Re: Rethinking hint bits WAS: Protecting against unexpected zero-pages: proposal
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Instrument checkpoint sync calls