Re: idle in transaction - Mailing list pgsql-general

From Stephan Szabo
Subject Re: idle in transaction
Date
Msg-id 20011208111308.J48625-100000@megazone23.bigpanda.com
Whole thread Raw
In response to idle in transaction  ("Rich Ryan" <rich@usedcars.com>)
List pgsql-general
It looks like you've got a transaction which is staying open while holding
a lock. I'm not sure why it'd be different between versions.
If you turn up the debugging level and turn on at least log_pid you should
be able to see what statements the process from that pid has executed.

> If I kill pid 4168, the idle in transaction process, then the vacuum and all
> the other waiting processes will proceed fine. Any clues to what could be
> hanging or how I could get more information from postmaster about what
> transaction is hanging?



pgsql-general by date:

Previous
From: Doug McNaught
Date:
Subject: Re: untaring release-7.1.3 -
Next
From: Brook Milligan
Date:
Subject: Re: papers on datatype design