Re: Help: 8.0.3 Vacuum of an empty table never completes ... - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Help: 8.0.3 Vacuum of an empty table never completes ...
Date
Msg-id 10314.1133194157@sss.pgh.pa.us
Whole thread Raw
In response to Help: 8.0.3 Vacuum of an empty table never completes ...  (James Robinson <jlrobins@socialserve.com>)
Responses Re: Help: 8.0.3 Vacuum of an empty table never completes ...
List pgsql-hackers
James Robinson <jlrobins@socialserve.com> writes:
> Comparing the logs further with when it did complete, it seems that  
> one table in particular (at least) seems afflicted:

> social=# vacuum verbose analyze agency.swlog_client;

> hangs up forever -- have to control-c the client. Likewise for w/o  
> 'analyze'.

Given that it's not eating CPU time, one would guess that it's blocked
waiting for a lock.  Can you find any relevant locks in pg_locks?
        regards, tom lane


pgsql-hackers by date:

Previous
From: James Robinson
Date:
Subject: Help: 8.0.3 Vacuum of an empty table never completes ...
Next
From: Michael Fuhr
Date:
Subject: Anonymous CVS working?