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.10.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.10.conf.j2')
-rw-r--r-- | templates/postgresql.10.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/postgresql.10.conf.j2 b/templates/postgresql.10.conf.j2 index b07b22b..8085034 100644 --- a/templates/postgresql.10.conf.j2 +++ b/templates/postgresql.10.conf.j2 | |||
@@ -184,7 +184,7 @@ bgwriter_delay = 2000ms # 10-10000ms between rounds | |||
184 | 184 | ||
185 | # - Settings - | 185 | # - Settings - |
186 | 186 | ||
187 | wal_level = logical # minimal, replica, or logical | 187 | wal_level = {{ postgres_wal_level }} # minimal, replica, or logical |
188 | # (change requires restart) | 188 | # (change requires restart) |
189 | {% if postgres_fsync_enabled %} | 189 | {% if postgres_fsync_enabled %} |
190 | #fsync = on # flush data to disk for crash safety | 190 | #fsync = on # flush data to disk for crash safety |