Fix documentation & config inconsistencies around 428b1d6b2.
authorAndres Freund <andres@anarazel.de>
Sun, 24 Apr 2016 19:26:55 +0000 (12:26 -0700)
committerAndres Freund <andres@anarazel.de>
Sun, 24 Apr 2016 19:26:55 +0000 (12:26 -0700)
commit8f91d87d43d021db92c6edd966a4bb8c3a81ae39
treec7fa6c68b3d06dacadbdd6deefb6b0d4742b5941
parent0ab3595e5bb53a8fc2cd231320b1af1ae3ed68e0
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
doc/src/sgml/config.sgml
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample