Re: psycopg and two phase commit - Mailing list pgsql-hackers

From Daniele Varrazzo
Subject Re: psycopg and two phase commit
Date
Msg-id AANLkTikASwK1PVOVqcgX3QCQohP5r5k2K2EcEm49PnY1@mail.gmail.com
Whole thread Raw
In response to psycopg and two phase commit  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: psycopg and two phase commit
List pgsql-hackers
On Sat, Sep 18, 2010 at 5:01 PM, Pavel Stehule <pavel.stehule@gmail.com> wrote:
> Hello
>
> who is psycopg maintainer, please? Can somebody explains to me, why
> psycopg doesn't support twophase commit still, although some
> implementation was done in summer 2008?

Hello Pavel,

Just wanted to warn you that I have implemented the 2pc protocol in psycopg.

I have this and other patches ready to be merged in the trunk: more
details are available in
http://initd.org/psycopg/articles/2010/11/02/new-features-upcoming-psycopg-release/

I will try to have the patches released soon: definitely before the
PyCon. If you fancy some testing you are welcome.

Best regards,

-- Daniele


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Alter column to type serial
Next
From: Alex Hunsaker
Date:
Subject: Re: why does plperl cache functions using just a bool for is_trigger