Add postgres-9.6 support (#357)

starting from 9.6 we need wal_level = 'replica' which is alias for 'hot_standby'. It was working before without problems, but if somebody change wal_level to replica, Patroni will expose pending_restart flag, although restart in this case is not necessary.

* bump versions of consul and etcd to the latest for travis integration-tests
This commit is contained in:
Alexander Kukushkin
2016-11-25 12:35:01 +01:00
committed by GitHub
parent 28b00dea16
commit c6417b2558
4 changed files with 36 additions and 15 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ addons:
postgresql: "9.5"
env:
global:
- ETCDVERSION=3.0.10 ZKVERSION=3.4.9 CONSULVERSION=0.7.0
- ETCDVERSION=3.0.15 ZKVERSION=3.4.9 CONSULVERSION=0.7.1
matrix:
- TEST_SUITE="python setup.py"
- DCS="etcd" TEST_SUITE="behave"