Re: vacuum won't even start

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jean-Christophe Praud <jc(at)steek(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: vacuum won't even start
Date: 2009-09-09 17:49:11
Message-ID: 3877.1252518551@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jean-Christophe Praud <jc(at)steek(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jean-Christophe Praud 2009-09-09 18:43:54 Re: vacuum won't even start
Previous Message Jim Mlodgenski 2009-09-09 16:50:01 Re: Swapped download links for 8.4.1 zip binaries