Re:

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Shrirang Chitnis <Shrirang(dot)Chitnis(at)hovservices(dot)com>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re:
Date: 2009-04-22 18:18:49
Message-ID: 7844.1240424329@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Shrirang Chitnis <Shrirang(dot)Chitnis(at)hovservices(dot)com> writes:
> I see that an auto vacuum process that has started on April 08 is still continuing till date on a production server that I manage.

> A) Is there a way to know whether the process is still running or is stalled?

strace the process for a few minutes and see if it does anything or just
sits there. Alternatively, does ps show its runtime is increasing?

> B) Can the process be killed safely without causing issues in the autovacuum daemon?

You could try SIGINT'ing it. Anything stronger might be risky.

regards, tom lane

In response to

  • at 2009-04-22 17:07:06 from Shrirang Chitnis

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Atul Chojar 2009-04-22 20:28:10 Logs say update done but not actually done or committed into database ???
Previous Message Tom Lane 2009-04-22 17:31:00 Re: postgres 8.2.9 can't drop database in single user mode