Re: plpython SPI cursors - Mailing list pgsql-hackers

From Jan Urbański
Subject Re: plpython SPI cursors
Date
Msg-id 4EC9455F.5070209@wulczer.org
Whole thread Raw
In response to Re: plpython SPI cursors  (Steve Singer <ssinger_pg@sympatico.ca>)
List pgsql-hackers
On 20/11/11 19:14, Steve Singer wrote:
> On 11-10-15 07:28 PM, Jan Urbański wrote:
>> Hi,
>>
>> attached is a patch implementing the usage of SPI cursors in PL/Python.

> I found a few bugs (see my testing section below) that will need fixing
> + a few questions about the code

Hi Steve,

thanks a lot for the review, I'll investigate the errors you were 
getting and post a follow-up.

Good catch on trying cursors with explicit subtransactions, I didn't 
think about how they would interact.

Cheers,
Jan


pgsql-hackers by date:

Previous
From: Steve Singer
Date:
Subject: Re: plpython SPI cursors
Next
From: "Kevin Grittner"
Date:
Subject: Re: testing ProcArrayLock patches