1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-12-02 09:53:24 +02:00

fix ptrack

This commit is contained in:
sfalkon 2017-11-03 16:07:51 +03:00
parent 65a6152fc6
commit cf61bae76a

View File

@ -119,7 +119,7 @@ class RestoreTest(ProbackupTest, unittest.TestCase):
backup_id = self.backup_node(backup_dir, 'node', node)
print (node.get_control_data(["Catalog version number"]))
print (node.get_control_data()["Catalog version number"])
target_tli = int(node.get_control_data()["Latest checkpoint's TimeLineID"])
node.stop()
node.cleanup()