Re: Possible oversight in org.postgresql.xa.PGXAConnection.commitPrepared(Xid xid)

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: Radosław Smogura <rsmogura(at)softperience(dot)eu>
Cc: pgsql-jdbc(at)postgresql(dot)org, Johann 'Myrkraverk' Oskarsson <johann(at)2ndquadrant(dot)com>
Subject: Re: Possible oversight in org.postgresql.xa.PGXAConnection.commitPrepared(Xid xid)
Date: 2011-07-05 06:52:51
Message-ID: 4E12B4C3.8070903@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Rob Gansevles 2011-07-05 15:15:25 Old bug reappeared: JDBC driver: getIndexInfo() returns quotes around quoted column names
Previous Message Maciek Sakrejda 2011-07-05 06:41:46 Re: Question about passing array of a complex type from jdbc to plpgsql