aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2019-02-28 11:02:18 +0900
committerMichael Paquier <michael@paquier.xyz>2019-02-28 11:02:18 +0900
commit0bf7f56cfe9a7e92d7e91431badf8d3619f6855e (patch)
tree9a6a62fcbed38c7f6278be0264fc6d83f7cc6785 /src
parentd9bba27c8bd1cca88f4242deb21b22cd5468be12 (diff)
downloadpostgresql-0bf7f56cfe9a7e92d7e91431badf8d3619f6855e.tar.gz
postgresql-0bf7f56cfe9a7e92d7e91431badf8d3619f6855e.zip
Improve documentation of data_sync_retry
Reflecting an updated parameter value requires a server restart, which was not mentioned in the documentation and in postgresql.conf.sample. Reported-by: Thomas Poty Discussion: https://postgr.es/m/15659-0cd812f13027a2d8@postgresql.org
Diffstat (limited to 'src')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index 1404946c410..6f7fa22c6c1 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -665,7 +665,9 @@
#exit_on_error = off # terminate session on any error?
#restart_after_crash = on # reinitialize after backend crash?
-#data_sync_retry = off # retry or panic on failure to fsync data?
+#data_sync_retry = off # retry or panic on failure to fsync
+ # data?
+ # (change requires restart)
#------------------------------------------------------------------------------