aboutsummaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2019-02-28 11:02:23 +0900
committerMichael Paquier <michael@paquier.xyz>2019-02-28 11:02:23 +0900
commitab1d9f066aee4f9b81abde6136771debe0191ae8 (patch)
tree0a136e700753a8a29979671a9b10ab0999606955 /src/backend
parent406e937d124842b3c268f1d96848b73d8defc05a (diff)
downloadpostgresql-ab1d9f066aee4f9b81abde6136771debe0191ae8.tar.gz
postgresql-ab1d9f066aee4f9b81abde6136771debe0191ae8.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/backend')
-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 3e68afd2750..160011f4de3 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -635,7 +635,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)
#------------------------------------------------------------------------------