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