Re: psycopg and two phase commit

Поиск
Список
Период
Сортировка
От Daniele Varrazzo
Тема Re: psycopg and two phase commit
Дата
Msg-id AANLkTimV0tH6Nq-PBcDPKK=jrE=6pZBtGnDx13xXinKv@mail.gmail.com
обсуждение исходный текст
Ответ на Re: psycopg and two phase commit  (Daniele Varrazzo <daniele.varrazzo@gmail.com>)
Список pgsql-hackers
On Sun, Sep 19, 2010 at 6:38 PM, Daniele Varrazzo
<daniele.varrazzo@gmail.com> wrote:
> On Sat, Sep 18, 2010 at 5:01 PM, Pavel Stehule <pavel.stehule@gmail.com> wrote:

>> There are some bariers?
>
> I see none at a first glance. I just don't get the intricacies of the
> .xid() method suggested in the dbapi
> (http://www.python.org/dev/peps/pep-0249/) while a regular string
> would do - and the xid has to be converted in a string anyway to be
> passed to the Postgres TPC statements. So I'm tempted to allow the
> tpc_*() methods to accept a simple string too as parameter; also
> because otherwise psycopg wouldn't be able to manipulate a transaction
> prepared by other tools (e.g. retrieving a xid using tpc_recover() and
> passing it to tpc_commit()/tpc_rollback(), a limitation that can be
> avoided.

I've read the XA specification, which have inspired the DBAPI
extension for TPC, and the discussion in the Python DB-SIG leading to
such extensions
(http://mail.python.org/pipermail/db-sig/2008-January/thread.html).
The methods proposed in the DBAPI don't map 1-1 with the PG TPC
statements so it will be necessary some work in the driver to
implement the proposed interface. But being TPC all about
interoperability I think it is a necessary complication.

-- Daniele


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgxs docdir question
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Configuring synchronous replication