diff options
author | Théophile Helleboid - chtitux <chtitux@gmail.com> | 2020-05-12 21:32:14 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-12 21:32:14 +0400 |
commit | ebe451adda84672f9872187164df279dbfed7a35 (patch) | |
tree | 4f5ce44e988bebf91f1b21fe7f9dc0f49843624f /templates/postgresql.11.conf.j2 | |
parent | b9038ad7484a472f1e745906fb0d26530061b58d (diff) | |
parent | 61b4552ae3514a7ae94591a85c4708ac0d7db078 (diff) | |
download | ansible-postgresql-role-ebe451adda84672f9872187164df279dbfed7a35.tar.gz ansible-postgresql-role-ebe451adda84672f9872187164df279dbfed7a35.tar.zst ansible-postgresql-role-ebe451adda84672f9872187164df279dbfed7a35.zip |
Merge pull request #11 from paulrbr-fl/postgresql-12
core: Add compatibility with PG 12 major version
Diffstat (limited to 'templates/postgresql.11.conf.j2')
-rw-r--r-- | templates/postgresql.11.conf.j2 | 2 |
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 | ||
188 | wal_level = logical # minimal, replica, or logical | 188 | wal_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 |