Re: [BUGS] BUG #5297: Add XATMI C API

2011-04-26 Thread Michael Musgrove
Sorry, the link I included was for committers. Try this instead https://anonsvn.jboss.org/repos/blacktie/trunk/atmibroker-xatmi/src/example/txfooapp/ and the project page is http://www.jboss.org/blacktie We would certainly be very interested in testing XA support. Our project is called BlackTi

Re: [BUGS] BUG #5297: Add XATMI C API

2011-04-26 Thread Michael Musgrove
We would certainly be very interested in testing XA support. Our project is called BlackTie - it's an XATMI implementation. We use the JBossTS transaction manager for the transaction engine - although JBossTS is written in Java, providing XA support was reasonably easy since it conforms to the

Re: [BUGS] BUG #5297: Add XATMI C API

2011-04-21 Thread Heikki Linnakangas
On 21.04.2011 20:04, Michael Musgrove wrote: I am referring to the X/Open specification Distributed Transaction Processing: The XA Specification (pubs.opengroup.org/onlinepubs/009680699/toc.pdf). If postgresql provides a conforming Resource Manager switch then we can include postgresql work along

Re: [BUGS] BUG #5297: Add XATMI C API

2011-04-21 Thread Michael Musgrove
On 04/21/2011 05:43 PM, Tom Lane wrote: Michael Musgrove writes: The response to this issue says it is "Not a bug". Would it be possible for someone to provide an indication of how much effort is involved in providing XA support in the C API library (libpq)? What do you consider to be "providi

Re: [BUGS] BUG #5297: Add XATMI C API

2011-04-21 Thread Tom Lane
Michael Musgrove writes: > The response to this issue says it is "Not a bug". Would it be possible > for someone to provide an indication of how much effort is involved in > providing XA support in the C API library (libpq)? What do you consider to be "providing XA support"? XA requires there

Re: [BUGS] BUG #5297: Add XATMI C API

2011-04-21 Thread Michael Musgrove
The response to this issue says it is "Not a bug". Would it be possible for someone to provide an indication of how much effort is involved in providing XA support in the C API library (libpq)?

Re: [BUGS] BUG #5297: Add XATMI C API

2010-01-27 Thread Robert Haas
On Tue, Jan 26, 2010 at 1:11 PM, Juergen Weber 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 m

Re: [BUGS] BUG #5297: Add XATMI C API

2010-01-26 Thread Craig Ringer
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: webe...@gmail.com PostgreSQL version: 8 Operating system: Linux Description:Add XATMI C API Details: An XATMI C API sho

[BUGS] BUG #5297: Add XATMI C API

2010-01-26 Thread Juergen Weber
The following bug has been logged online: Bug reference: 5297 Logged by: Juergen Weber Email address: webe...@gmail.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 o