Re: [HACKERS] show "aggressive" or not in autovacuum logs - Mailing list pgsql-hackers

From Robert Haas
Subject Re: [HACKERS] show "aggressive" or not in autovacuum logs
Date
Msg-id CA+TgmobPJY0qZTr=3kQVbMmBUGguPfYwFLPa30Srbm71RRpcUQ@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] show "aggressive" or not in autovacuum logs  (Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>)
Responses Re: [HACKERS] show "aggressive" or not in autovacuum logs  (Masahiko Sawada <sawada.mshk@gmail.com>)
List pgsql-hackers
On Mon, Aug 28, 2017 at 5:26 AM, Kyotaro HORIGUCHI
<horiguchi.kyotaro@lab.ntt.co.jp> wrote:
> Currently the message shows the '%d skipped-frozen' message but
> it is insufficient to verify the true effect. This is a patch to
> show mode as 'aggressive' or 'normal' in the closing message of
> vacuum. %d frozen-skipped when 'aggressive mode' shows the true
> effect of ALL_FROZEN.
>
> I will add this patch to CF2017-09.

I would be a bit inclined to somehow show aggressive if it's
aggressive and not insert anything at all otherwise.  That'd probably
require two separate translatable strings in each case, but maybe
that's OK.

What do other people think?

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [HACKERS] Write operations in parallel mode
Next
From: Craig Ringer
Date:
Subject: Re: [HACKERS] Custom allocators in libpq