aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/postgresql.10.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/postgresql.10.conf.j2')
-rw-r--r--templates/postgresql.10.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/postgresql.10.conf.j2 b/templates/postgresql.10.conf.j2
index b07b22b..8085034 100644
--- a/templates/postgresql.10.conf.j2
+++ b/templates/postgresql.10.conf.j2
@@ -184,7 +184,7 @@ bgwriter_delay = 2000ms # 10-10000ms between rounds
184 184
185# - Settings - 185# - Settings -
186 186
187wal_level = logical # minimal, replica, or logical 187wal_level = {{ postgres_wal_level }} # minimal, replica, or logical
188 # (change requires restart) 188 # (change requires restart)
189{% if postgres_fsync_enabled %} 189{% if postgres_fsync_enabled %}
190#fsync = on # flush data to disk for crash safety 190#fsync = on # flush data to disk for crash safety