aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/postgresql.9.5.conf.j2
diff options
context:
space:
mode:
authorThéophile Helleboid - chtitux <chtitux@gmail.com>2020-05-12 21:32:14 +0400
committerGitHub <noreply@github.com>2020-05-12 21:32:14 +0400
commitebe451adda84672f9872187164df279dbfed7a35 (patch)
tree4f5ce44e988bebf91f1b21fe7f9dc0f49843624f /templates/postgresql.9.5.conf.j2
parentb9038ad7484a472f1e745906fb0d26530061b58d (diff)
parent61b4552ae3514a7ae94591a85c4708ac0d7db078 (diff)
downloadansible-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.9.5.conf.j2')
-rw-r--r--templates/postgresql.9.5.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/postgresql.9.5.conf.j2 b/templates/postgresql.9.5.conf.j2
index 5f666bf..a757382 100644
--- a/templates/postgresql.9.5.conf.j2
+++ b/templates/postgresql.9.5.conf.j2
@@ -177,7 +177,7 @@ bgwriter_delay = 2000ms # 10-10000ms between rounds
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 %}