idle in transaction

Поиск
Список
Период
Сортировка
От Sriram Dandapani
Тема idle in transaction
Дата
Msg-id 6992E470F12A444BB787B5C937B9D4DF05DF1974@ca-mail1.cis.local
обсуждение исходный текст
Ответы Re: idle in transaction
Re: idle in transaction
Список pgsql-jdbc

I use postgres 8.1.2 database and postgres 8.1.404 jdbc driver .

 

I keep seeing “idle in transaction” connections on the postgres box all the time. The application logic closes all connections , so it makes me wonder if the driver is issuing a begin statement after every commit to leave a floating transaction open.

 

This is causing autovacuum to not finish (and hence I have to frequently issue database-wide vacuums to prevent the transaction id wraparound problem)

 

Any help here is appreciated

 

Thanks

 

Sriram

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Alex Stienstra
Дата:
Сообщение: metaresultset::getTableName() returns null?
Следующее
От: Markus Schaber
Дата:
Сообщение: Re: idle in transaction