]> git.immae.eu Git - github/fretlink/ansible-postgresql-role.git/blobdiff - templates/postgresql.9.6.conf.j2
Merge pull request #11 from paulrbr-fl/postgresql-12
[github/fretlink/ansible-postgresql-role.git] / templates / postgresql.9.6.conf.j2
index 4c756f2a145b93d1bfd6575c700cadb6150c0744..6a726311f4dae31a65505e74cfbc2b5d5882769a 100644 (file)
@@ -185,7 +185,7 @@ bgwriter_delay = 2000ms                     # 10-10000ms between rounds
 
 # - Settings -
 
-wal_level = logical                    # minimal, replica, or logical
+wal_level = {{ postgres_wal_level }}                   # minimal, replica, or logical
                                        # (change requires restart)
 
 {% if postgres_fsync_enabled %}