Re: "Hanging Connection" blocks access to table (JBossMQ) - Mailing list pgsql-jdbc

From Tom Lane
Subject Re: "Hanging Connection" blocks access to table (JBossMQ)
Date
Msg-id 27572.1160590398@sss.pgh.pa.us
Whole thread Raw
In response to "Hanging Connection" blocks access to table (JBossMQ)  (Michael Goldner <mike.goldner@comcast.net>)
List pgsql-jdbc
Michael Goldner <mike.goldner@comcast.net> writes:
> Could autovacuum be using enough memory so that postgres cannot handle
> the insert of the large row?

No.  You might be having locking problems, though --- have you looked
into pg_locks to see if anything is blocked on a lock?  Those "INSERT
waiting" processes certainly look like they are so blocked.

There was a thread just yesterday
http://archives.postgresql.org/pgsql-performance/2006-10/msg00190.php
suggesting that 8.1's autovacuum might have some as-yet-undetermined
locking issues, but that's only speculation at this point.  If you can
get some evidence showing that it's really happening, I'm all ears...

            regards, tom lane

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: "Hanging Connection" blocks access to table (JBossMQ)
Next
From: Michael Goldner
Date:
Subject: Re: "Hanging Connection" blocks access to table (JBossMQ)