summaryrefslogtreecommitdiff
path: root/python/walmgr.py
diff options
context:
space:
mode:
authorTarvi Pillessaar2012-05-11 07:58:10 +0000
committerTarvi Pillessaar2012-05-11 07:58:10 +0000
commite9007326f351ca1c7947cfd46ab0404c646f6ce5 (patch)
tree5a8fc8dd7494ae57504a81d76c0ee2a6e9e1a472 /python/walmgr.py
parent5681a1ee3754588bc85c3d8db0335cb868c0cc5f (diff)
parentb399a33ed51d3d98e7a8469dd24b408d4c25c481 (diff)
Merge branch 'master' of internal-git:/git/dba/skytools-3
Diffstat (limited to 'python/walmgr.py')
-rwxr-xr-xpython/walmgr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/walmgr.py b/python/walmgr.py
index aa97607d..68a75b19 100755
--- a/python/walmgr.py
+++ b/python/walmgr.py
@@ -1420,7 +1420,7 @@ primary_conninfo = %(primary_conninfo)s
stop_time = time.localtime()
# Obtain the last restart point information
- ctl = PgControlData(self.cf.getfile("slave_bin", ""), dst, False)
+ ctl = PgControlData(self.cf.getfile("slave_bin", ""), dst, True)
# TODO: The newly created backup directory probably still contains
# backup_label.old and recovery.conf files. Remove these.