pgsql: Fix documentation & config inconsistencies around 428b1d6b2. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Fix documentation & config inconsistencies around 428b1d6b2.
Date
Msg-id E1auPgZ-0004DQ-IU@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix documentation & config inconsistencies around 428b1d6b2.

Several issues:
1) checkpoint_flush_after doc and code disagreed about the default
2) new GUCs were missing from postgresql.conf.sample
3) Outdated source-code comment about bgwriter_flush_after's default
4) Sub-optimal categories assigned to new GUCs
5) Docs suggested backend_flush_after is PGC_SIGHUP, but it's PGC_USERSET.
6) Spell out int as integer in the docs, as done elsewhere

Reported-By: Magnus Hagander, Fujii Masao
Discussion: CAHGQGwETyTG5VYQQ5C_srwxWX7RXvFcD3dKROhvAWWhoSBdmZw@mail.gmail.com

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8f91d87d43d021db92c6edd966a4bb8c3a81ae39

Modified Files
--------------
doc/src/sgml/config.sgml                      | 10 +++---
src/backend/utils/misc/guc.c                  | 50 +++++++++++++--------------
src/backend/utils/misc/postgresql.conf.sample |  6 ++++
3 files changed, 35 insertions(+), 31 deletions(-)


pgsql-committers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: pgsql: doc: Fix typos
Next
From: Tom Lane
Date:
Subject: pgsql: Improve PostgresNode.pm's logic for detecting already-in-use por