Re: Possible oversight in org.postgresql.xa.PGXAConnection.commitPrepared(Xid xid) - Mailing list pgsql-jdbc

From Heikki Linnakangas
Subject Re: Possible oversight in org.postgresql.xa.PGXAConnection.commitPrepared(Xid xid)
Date
Msg-id 4E12B4C3.8070903@enterprisedb.com
Whole thread Raw
In response to Re: Possible oversight in org.postgresql.xa.PGXAConnection.commitPrepared(Xid xid)  (Radosław Smogura <rsmogura@softperience.eu>)
List pgsql-jdbc
On 05.07.2011 09:12, Radosław Smogura wrote:
> I may be wrong, but may VACUUM remove transactions statuses? What will happen
> in this situation if transaction will be prepared, commited or rolledback?

No. VACUUM does remove old clog, if that's what you're thinking, but it
won't affect this.

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

pgsql-jdbc by date:

Previous
From: Maciek Sakrejda
Date:
Subject: Re: Question about passing array of a complex type from jdbc to plpgsql
Next
From: Rob Gansevles
Date:
Subject: Old bug reappeared: JDBC driver: getIndexInfo() returns quotes around quoted column names