Re: vacuum won't even start - Mailing list pgsql-general

From Tom Lane
Subject Re: vacuum won't even start
Date
Msg-id 3877.1252518551@sss.pgh.pa.us
Whole thread Raw
In response to Re: vacuum won't even start  (Jean-Christophe Praud <jc@steek.com>)
Responses Re: vacuum won't even start  (Jean-Christophe Praud <jc@steek.com>)
List pgsql-general
Jean-Christophe Praud <jc@steek.com> writes:
> Indeed, the tables I tried to vacuum have locks on them.
> AccessShareLock belonging to queries which seem sleeping. I tried to
> kill these queries but pg_cancel_backend() has no effect, and the
> process doesn't get the 15 signal.

> How can I get rid of these blocking queries without restarting the
> server ? They are not listed as "waiting" in pg_stat_activity.

Have you tried killing the connected client sessions?

            regards, tom lane

pgsql-general by date:

Previous
From: Jim Mlodgenski
Date:
Subject: Re: Swapped download links for 8.4.1 zip binaries
Next
From: Jean-Christophe Praud
Date:
Subject: Re: vacuum won't even start