pgsql: Add new GUC categories corresponding to sections in docs, and

From: itagaki(at)postgresql(dot)org (Takahiro Itagaki)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add new GUC categories corresponding to sections in docs, and
Date: 2010-06-15 07:52:11
Message-ID: 20100615075211.7CB277541D4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add new GUC categories corresponding to sections in docs, and move
description for vacuum_defer_cleanup_age to the correct category.
Sections in postgresql.conf are also sorted in the same order with docs.

Per gripe by Fujii Masao, suggestion by Heikki Linnakangas, and patch by me.

Modified Files:
--------------
pgsql/doc/src/sgml:
config.sgml (r1.280 -> r1.281)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.280&r2=1.281)
pgsql/src/backend/utils/misc:
guc.c (r1.554 -> r1.555)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.554&r2=1.555)
postgresql.conf.sample (r1.287 -> r1.288)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/postgresql.conf.sample?r1=1.287&r2=1.288)
pgsql/src/include/utils:
guc_tables.h (r1.48 -> r1.49)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/guc_tables.h?r1=1.48&r2=1.49)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2010-06-15 12:48:36 pgsql: Unbreak MSVC builds for pg_archivecleanup by linking with
Previous Message User Itagaki 2010-06-15 02:49:43 orafce - orafce: Change argument types of concat() from anyelement to