Why vacuum_freeze_table_age etc. doc in "Statement Behavior" section?

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Why vacuum_freeze_table_age etc. doc in "Statement Behavior" section?
Date: 2016-02-24 05:00:56
Message-ID: 20160224.140056.1278299514389711390.t-ishii@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2016-02-24 05:40:36 Re: Re: BUG #13685: Archiving while idle every archive_timeout with wal_level hot_standby
Previous Message Thomas Munro 2016-02-24 04:48:24 Re: postgres_fdw vs. force_parallel_mode on ppc