diff options
author | Tarvi Pillessaar | 2012-05-11 07:58:10 +0000 |
---|---|---|
committer | Tarvi Pillessaar | 2012-05-11 07:58:10 +0000 |
commit | e9007326f351ca1c7947cfd46ab0404c646f6ce5 (patch) | |
tree | 5a8fc8dd7494ae57504a81d76c0ee2a6e9e1a472 /python/walmgr.py | |
parent | 5681a1ee3754588bc85c3d8db0335cb868c0cc5f (diff) | |
parent | b399a33ed51d3d98e7a8469dd24b408d4c25c481 (diff) |
Merge branch 'master' of internal-git:/git/dba/skytools-3
Diffstat (limited to 'python/walmgr.py')
-rwxr-xr-x | python/walmgr.py | 2 |
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. |