Re: Bug in plpython's Python Generators - Mailing list pgsql-hackers

From Oleg Bartunov
Subject Re: Bug in plpython's Python Generators
Date
Msg-id Pine.LNX.4.64.1011150004180.12632@sn.sai.msu.ru
Whole thread Raw
In response to Re: Bug in plpython's Python Generators  (Jan Urbański <wulczer@wulczer.org>)
List pgsql-hackers
Thanks, Jan.

I tested the patch and it looks fine.

Oleg
On Sun, 14 Nov 2010, Jan Urbaski wrote:

> 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.
>
> Cheers,
> Jan
>
    Regards,        Oleg
_____________________________________________________________
Oleg Bartunov, Research Scientist, Head of AstroNet (www.astronet.ru),
Sternberg Astronomical Institute, Moscow University, Russia
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(495)939-16-83, +007(495)939-23-83

pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: WIP: extensible enums
Next
From: Tom Lane
Date:
Subject: Re: pg_stat_bgwriter broken?