GUC category cleanup (was: vacuum_defer_cleanup_age)

Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>

From: Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>
To: Fujii Masao <masao.fujii@gmail.com>
Cc: Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2010-06-15T05:09:54Z
Lists: pgsql-hackers

Attachments

Fujii Masao <masao.fujii@gmail.com> wrote:

> On Fri, Jun 11, 2010 at 7:25 PM, Heikki Linnakangas
> > What's the policy with that, should all the sections in the sample config
> > file and docs have a corresponding enum in config_group_names?
> 
> +1. This seems sensible.

Here is a patch to do that. I used terms in the documentation for category
names. Also, some uncategorized variables moved into detailed groups.

Added categories:
  Resource Usage / Cost-Based Vacuum Delay
  Resource Usage / Background Writer
  Resource Usage / Asynchronous Behavior
  Write-Ahead Log / Archiving
  Write-Ahead Log / Standby Servers

Renamed in the configuration file:
  Replication ==> Streaming Replication
  Hot Standby ==> Standby Servers

Regards,
---
Takahiro Itagaki
NTT Open Source Software Center