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

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Possible oversight in org.postgresql.xa.PGXAConnection.commitPrepared(Xid xid)
Дата
Msg-id 4E12B4C3.8070903@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Possible oversight in org.postgresql.xa.PGXAConnection.commitPrepared(Xid xid)  (Radosław Smogura <rsmogura@softperience.eu>)
Список 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 по дате отправления:

Предыдущее
От: Maciek Sakrejda
Дата:
Сообщение: Re: Question about passing array of a complex type from jdbc to plpgsql
Следующее
От: Rob Gansevles
Дата:
Сообщение: Old bug reappeared: JDBC driver: getIndexInfo() returns quotes around quoted column names