Re: log_autovacuum - Mailing list pgsql-patches

From Simon Riggs
Subject Re: log_autovacuum
Date
Msg-id 1176842929.3635.520.camel@silverbirch.site
Whole thread Raw
In response to Re: log_autovacuum  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-patches
On Tue, 2007-04-17 at 16:41 -0400, Alvaro Herrera wrote:
> Tom Lane wrote:
> > BTW, shouldn't the log entry distinguish whether this was VACUUM,
> > ANALYZE, or both?
>
> We don't actually log anything for ANALYZE (the logging code is in
> lazy_vacuum_rel).

When ANALYZE starts taking some time, we can log it.

> Maybe it should be in autovacuum.c.

Well, I figured if it was the right place for VACUUM it was good enough
for autovacuum too.


--
  Simon Riggs
  EnterpriseDB   http://www.enterprisedb.com



pgsql-patches by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: log_autovacuum
Next
From: Alvaro Herrera
Date:
Subject: Re: log_autovacuum