[ python-Bugs-1010246 ] Prepared transaction interfaces

noreply at pgfoundry.org noreply at pgfoundry.org
Sun Feb 3 19:52:41 UTC 2008


Bugs item #1010246, was opened at 2008-01-18 15:47
You can respond by visiting: 
http://pgfoundry.org/tracker/?func=detail&atid=442&aid=1010246&group_id=1000094

Category: fe/proboscis
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 3
Submitted By: James Pye (jwp)
Assigned to: James Pye (jwp)
Summary: Prepared transaction interfaces

Initial Comment:
Two interfaces need to be described. Initial preparation and final commit.

Initial prepare can be handled by the regular transaction manager:

with gtx.xact('gid'):
 ...

In which case, the usual COMMIT is replaced with a PREPARE TRANSACTION 'gid'.

Additionally, an interface needs to be developed for committing a set of transactions.

----------------------------------------------------------------------

>Comment By: James Pye (jwp)
Date: 2008-02-03 12:52

Message:
The xact's gid is now configurable. I'll open another bug for creating a set manager.

----------------------------------------------------------------------

You can respond by visiting: 
http://pgfoundry.org/tracker/?func=detail&atid=442&aid=1010246&group_id=1000094


More information about the Python-general mailing list