]> git.immae.eu Git - github/fretlink/ansible-postgresql-role.git/blobdiff - templates/postgresql.9.4.conf.j2
parameters: allow wal_level customisation
[github/fretlink/ansible-postgresql-role.git] / templates / postgresql.9.4.conf.j2
index c251bfae9408ff508d65d6801b72f6886b1d4e43..858ae3d1b6ebaa36f193ff0f9e3a528eef4e4b74 100644 (file)
@@ -177,7 +177,7 @@ dynamic_shared_memory_type = posix  # the default is the first option
 
 # - Settings -
 
-wal_level = logical                    # minimal, archive, hot_standby, or logical
+wal_level = {{ postgres_wal_level }}                   # minimal, archive, hot_standby, or logical
                                        # (change requires restart)
 
 {% if postgres_fsync_enabled %}