diff options
| author | Martin Pihlak | 2010-12-09 15:32:00 +0000 |
|---|---|---|
| committer | Martin Pihlak | 2010-12-09 15:32:00 +0000 |
| commit | 785ea94b5cdd313cd128014c42e7fcd8a6552bd5 (patch) | |
| tree | 3df5fcfb0a312878b60f33b3348cfee6cffd9e38 /python/conf | |
| parent | dd9e05f609061de3dde7651b34f7fce95c2ff96c (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.ini | 3 |
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 |
