summaryrefslogtreecommitdiff
path: root/python/conf
diff options
context:
space:
mode:
authorMartin Pihlak2010-12-09 15:32:00 +0000
committerMartin Pihlak2010-12-09 15:32:00 +0000
commit785ea94b5cdd313cd128014c42e7fcd8a6552bd5 (patch)
tree3df5fcfb0a312878b60f33b3348cfee6cffd9e38 /python/conf
parentdd9e05f609061de3dde7651b34f7fce95c2ff96c (diff)
Some adjustments for 9.0, wal_level GUC is also modified during setup/stop.
Diffstat (limited to 'python/conf')
-rw-r--r--python/conf/wal-master.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/conf/wal-master.ini b/python/conf/wal-master.ini
index 459c5614..b96c6adf 100644
--- a/python/conf/wal-master.ini
+++ b/python/conf/wal-master.ini
@@ -26,6 +26,9 @@ compression = 0
# keep symlinks for pg_log and pg_xlog
keep_symlinks = 1
+# tell walmgr to set wal_level to hot_standby during setup
+#hot_standby = 1
+
# periodic sync
#command_interval = 600
#periodic_command = /var/lib/postgresql/walshipping/periodic.sh