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 10504.1133195314@sss.pgh.pa.us
Whole thread Raw
In response to Re: 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 ...  (James Robinson <jlrobins@socialserve.com>)
List pgsql-hackers
James Robinson <jlrobins@socialserve.com> writes:
> As fate would have it, the vacuumdb frontend and backend which were  
> initially afflicted are still in existence:

OK, so pid 19244 isn't blocked on any lmgr lock; else we'd see an entry
with granted = f for it in pg_locks.  It could be blocked on a lower
level lock though.  Can you attach to that PID with gdb and get a stack
trace?  Something like (as postgres user)
gdb /path/to/postgres-executable 19244gdb> btgdb> quitok to detach? yes
        regards, tom lane


pgsql-hackers by date:

Previous
From: James Robinson
Date:
Subject: Re: Help: 8.0.3 Vacuum of an empty table never completes ...
Next
From: "Mario Weilguni"
Date:
Subject: Re: Getting different number of results when using hashjoin on/off