Re: pl/python explicit subtransactions - Mailing list pgsql-hackers

From Jan Urbański
Subject Re: pl/python explicit subtransactions
Date
Msg-id 4D4E6F78.7030703@wulczer.org
Whole thread Raw
In response to Re: pl/python explicit subtransactions  (Steve Singer <ssinger@ca.afilias.info>)
List pgsql-hackers
On 02/02/11 14:16, Steve Singer wrote:
> On 11-01-27 05:11 PM, Jan Urbański wrote:
>> On 23/12/10 15:32, Jan Urbański wrote:
>>> Here's a patch implementing explicitly starting subtransactions
>>> mentioned in
>>> http://archives.postgresql.org/pgsql-hackers/2010-12/msg01991.php. It's
>>> an incremental patch on top of the spi-in-subxacts patch sent eariler.
>>
>> Updated to the spi-in-subxacts version sent earlier.
>>
> [review]
> 
> Other than that I don't see any issues.  I am marking this as waiting
> for author since the documentation is still outstanding.

Thanks Steve, I'm writing docs and changing error messages to lowercase
as you suggested and will send an updated patch today.

Jan

PS: Oh, I just saw Peter's suggestion to rename the function from
plpy.subxact() to plpy.subtransaction(). Fine with me, will do that too.

J


pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: ALTER TYPE 2: skip already-provable no-work rewrites
Next
From: Jan Urbański
Date:
Subject: Re: pl/python quoting functions