Re: BUG #15659: missing comment "change requires restart" in postgresql.conf for parameter "data_sync_retry"
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: thomas.poty@gmail.com, pgsql-bugs@lists.postgresql.org
Date: 2019-02-28T02:05:19Z
Lists: pgsql-bugs
On Wed, Feb 27, 2019 at 07:24:39AM +0000, PG Bug reporting form wrote: > In postgresql.conf, the mention of a required restart is missing for > "data_sync_retry" parameter : > - in the $PGDATA/postgresql.conf after an initdb > - in /usr/pgsql-10/share/postgresql.conf.sample You are right. I have noticed at the same time that the docs are forgetting to mention the same and that the 80-character-limit was not really respected, so fixed the whole and committed. There are other places where that limit is not respected in postgresql.conf.sample, particularly for the new recovery parameters... But well... Thanks for the report! -- Michael
Commits
-
Improve documentation of data_sync_retry
- 00382f373239 9.4.22 landed
- 1e5ed16c618a 9.5.17 landed
- adb1f93e73f2 9.6.13 landed
- ab1d9f066aee 10.8 landed
- 0bf7f56cfe9a 11.3 landed
- b3a156858ab0 12.0 landed