Re: Table-level log_autovacuum_min_duration

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Naoya Anzai <anzai-naoya(at)mxu(dot)nes(dot)nec(dot)co(dot)jp>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Table-level log_autovacuum_min_duration
Date: 2015-02-06 08:14:14
Message-ID: CAB7nPqQfWW7EBYGPWQy1+0yRoYRX0Ljryzh-A1bs9zD7GkYE+w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Feb 6, 2015 at 11:14 AM, Michael Paquier wrote:
> Looking at this patch this morning, actually I think that my last
> patch as well as your suggestion are both wrong. To put it in short
> words, log_min_duration should be set only if VACOPT_VERBOSE is
> defined in query declaration. So I changed this portion of the patch
> this way.
And I forgot to change VacuumStmt for the ANALYZE portion in gram.y...
Patch updated attached.
--
Michael

Attachment Content-Type Size
20150206_autovacuum_log_relopts_v4.patch text/x-diff 13.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Etsuro Fujita 2015-02-06 08:25:30 Re: EvalPlanQual behaves oddly for FDW queries involving system columns
Previous Message Kyotaro HORIGUCHI 2015-02-06 08:11:55 Re: [POC] FETCH limited by bytes.