Re: vacuum process is hanging

From: Vick Khera <vivek(at)khera(dot)org>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: vacuum process is hanging
Date: 2010-06-09 16:21:27
Message-ID: AANLkTimbY-DfRRVe_txKMYLC39nXsQWdkcaVwzz0HNM9@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Jun 9, 2010 at 12:13 PM, Lonni J Friedman <netllama(at)gmail(dot)com> wrote:
> hat I'm running is "vacuumdb -v -z -f -d inventory".  I also tried
> removing the -z and -f options to see if that would at least get it to
> complete, but that had no impact.  Here's the tail end of the output,
> leading up to the hang:

Check the pg_stat_activity view for any processes waiting on locks, or
in "idle in transaction" state for a long time.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2010-06-09 16:35:03 Re: vacuum process is hanging
Previous Message Lonni J Friedman 2010-06-09 16:13:28 vacuum process is hanging