Re: Add XATMI C API

Lists: pgsql-jdbc
From: Juergen Weber <weberjn(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Add XATMI C API
Date: 2010-01-27 18:38:03
Message-ID: 1964cfb61001271038h520ced24qd32919bc4f374d79@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-jdbc

Hi,

an XATMI C API should be added to the PostgresQL C client, so one could run
XA transactions under control of a TX monitor. An interesting usecase would
be to use PostgresQL together with the LGPL open source JBoss Blacktie
transaction manager (http://www.jboss.org/blacktie.html)

c.f.
http://archives.postgresql.org/pgsql-bugs/2010-01/msg00236.php

Thanks,
Juergen


From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Juergen Weber <weberjn(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Add XATMI C API
Date: 2010-01-27 22:21:18
Message-ID: 4B60BC5E.90905@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-jdbc

Juergen Weber wrote:
> Hi,
>
> an XATMI C API should be added to the PostgresQL C client, so one could run
> XA transactions under control of a TX monitor. An interesting usecase would
> be to use PostgresQL together with the LGPL open source JBoss Blacktie
> transaction manager (http://www.jboss.org/blacktie.html)
>
> c.f.
> http://archives.postgresql.org/pgsql-bugs/2010-01/msg00236.php

I don't know why you were referred to the JDBC list, but the JDBC driver
does not use the C client libraries at all. The driver does have a
distributed transaction interface, but it's pure Java and uses the Java
XA interfaces.

-O


From: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
To: Oliver Jowett <oliver(at)opencloud(dot)com>
Cc: Juergen Weber <weberjn(at)gmail(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Add XATMI C API
Date: 2010-01-28 04:12:04
Message-ID: 4B610E94.4010607@postnewspapers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-jdbc

Oliver Jowett wrote:
> Juergen Weber wrote:
>> Hi,
>>
>> an XATMI C API should be added to the PostgresQL C client, so one
>> could run
>> XA transactions under control of a TX monitor. An interesting usecase
>> would
>> be to use PostgresQL together with the LGPL open source JBoss Blacktie
>> transaction manager (http://www.jboss.org/blacktie.html)
>>
>> c.f.
>> http://archives.postgresql.org/pgsql-bugs/2010-01/msg00236.php
>
> I don't know why you were referred to the JDBC list

My fault, I'm afraid. I missed the reference to a _C_ transaction
manager API. My bad. pgsql-general would've made more sense.

Sorry about that Oliver.

--
Craig Ringer