Re: deadlock with vacuum full on 7.4.5 - Mailing list pgsql-general

From Tom Lane
Subject Re: deadlock with vacuum full on 7.4.5
Date
Msg-id 8220.1097622346@sss.pgh.pa.us
Whole thread Raw
In response to Re: deadlock with vacuum full on 7.4.5  (Joseph Shraibman <jks@selectacast.net>)
Responses Re: deadlock with vacuum full on 7.4.5
List pgsql-general
Joseph Shraibman <jks@selectacast.net> writes:
> Why then when I did a kill -INT on the vacuuming backends did everything
> unfreeze?

You could have had other stuff backed up behind the VACUUM FULL lock
requests.

It's not impossible that you had a deadlock *outside* the database,
that is some wait loop that is partially within and partially outside
the DB.  But if you want me to believe there's a bug in our deadlock
detector, you're going to have to offer some actual evidence...

            regards, tom lane

pgsql-general by date:

Previous
From: Joseph Shraibman
Date:
Subject: Re: deadlock with vacuum full on 7.4.5
Next
From: Joseph Shraibman
Date:
Subject: Re: deadlock with vacuum full on 7.4.5