aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/postgresql.9.4.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/postgresql.9.4.conf.j2')
-rw-r--r--templates/postgresql.9.4.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/postgresql.9.4.conf.j2 b/templates/postgresql.9.4.conf.j2
index c251bfa..858ae3d 100644
--- a/templates/postgresql.9.4.conf.j2
+++ b/templates/postgresql.9.4.conf.j2
@@ -177,7 +177,7 @@ dynamic_shared_memory_type = posix # the default is the first option
177 177
178# - Settings - 178# - Settings -
179 179
180wal_level = logical # minimal, archive, hot_standby, or logical 180wal_level = {{ postgres_wal_level }} # minimal, archive, hot_standby, or logical
181 # (change requires restart) 181 # (change requires restart)
182 182
183{% if postgres_fsync_enabled %} 183{% if postgres_fsync_enabled %}