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-07 14:38:59 +03:00
parent 6dd6646c82
commit f7052186c2

View File

@ -233,7 +233,7 @@ class ProbackupTest(object):
md5_per_page = {}
nsegments = size_in_pages / 131072
if size_in_pages % 131072 != 0:
nsegments = int(nsegments) + 1
nsegments = nsegments + 1
# print("Size: {0}".format(size_in_pages))
# print("Number of segments: {0}".format(nsegments))