pgsql: Fix documentation & config inconsistencies around 428b1d6b2.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix documentation & config inconsistencies around 428b1d6b2.
Date: 2016-04-24 19:27:15
Message-ID: E1auPgZ-0004DQ-IU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)mail(dot)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-04-24 19:31:54 pgsql: Improve PostgresNode.pm's logic for detecting already-in-use por
Previous Message Fabien COELHO 2016-04-24 06:17:02 Re: pgsql: doc: Fix typos