Re: Why vacuum_freeze_table_age etc. doc in "Statement Behavior" section? - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Why vacuum_freeze_table_age etc. doc in "Statement Behavior" section?
Date
Msg-id CAB7nPqTfEEED6gyK9z-qNEEirE39POU4zw9Aw1MuyS=2pMdC-A@mail.gmail.com
Whole thread Raw
In response to Why vacuum_freeze_table_age etc. doc in "Statement Behavior" section?  (Tatsuo Ishii <ishii@postgresql.org>)
List pgsql-hackers
On Wed, Feb 24, 2016 at 2:00 PM, Tatsuo Ishii <ishii@postgresql.org> wrote:
> The explanations for vacuum_freeze_table_age etc. are in the section
> "Statement Behavior", which is a subsection of "Client Connection
> Defaults". To me vacuum_freeze_table_age etc. are totally unrelated
> to "Client Connection Defaults".
>
> I think "Resource Consumption" section is more appropriate for their
> place. There's already a section "Cost-based Vacuum Delay". Maybe we
> can add a new section for below under "Resource Consumption" something
> like "Managing Vacuum Freeze".
>
> vacuum_freeze_min_age
> vacuum_freeze_table_age
> vacuum_multixact_freeze_min_age
> vacuum_multixact_freeze_table_age

Those are parameters related controlling the way the query VACUUM
behaves, that's why they are placed where they are now, but so do the
cost-based parameters. So +1 for a new section under Resource
Consumption".
-- 
Michael



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Re: BUG #13685: Archiving while idle every archive_timeout with wal_level hot_standby
Next
From: Robert Haas
Date:
Subject: Re: GIN data corruption bug(s) in 9.6devel