Re: BUG #5297: Add XATMI C API

Lists: pgsql-bugs
From: "Juergen Weber" <weberjn(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #5297: Add XATMI C API
Date: 2010-01-26 18:11:58
Message-ID: 201001261811.o0QIBwYX056628@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 5297
Logged by: Juergen Weber
Email address: weberjn(at)gmail(dot)com
PostgreSQL version: 8
Operating system: Linux
Description: Add XATMI C API
Details:

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)


From: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
To: Juergen Weber <weberjn(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5297: Add XATMI C API
Date: 2010-01-26 23:35:15
Message-ID: 4B5F7C33.7020500@postnewspapers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

On 27/01/2010 2:11 AM, Juergen Weber wrote:
>
> The following bug has been logged online:
>
> Bug reference: 5297
> Logged by: Juergen Weber
> Email address: weberjn(at)gmail(dot)com
> PostgreSQL version: 8
> Operating system: Linux
> Description: Add XATMI C API
> Details:
>
> 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)

Not a bug.

You might want to ask on the JDBC list about this.

--
Craig Ringer


From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Juergen Weber <weberjn(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5297: Add XATMI C API
Date: 2010-01-27 21:10:19
Message-ID: 603c8f071001271310i4ec74deaod92a5d55a6a6998@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

On Tue, Jan 26, 2010 at 1:11 PM, Juergen Weber <weberjn(at)gmail(dot)com> wrote:
> 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)

You could submit a patch... or offer to fund a developer...

...Robert