Thread: pgsql: Adjust total size in pg_basebackup progress report when reality

pgsql: Adjust total size in pg_basebackup progress report when reality

From
Magnus Hagander
Date:
Adjust total size in pg_basebackup progress report when reality changes

When streaming including WAL, the size estimate will always be incorrect,
since we don't know how much WAL is included. To make sure the output doesn't
look completely unreasonable, this patch increases the total size whenever we
go past the estimate, to make sure we never go above 100%.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/0615782b23d3e4a9d9acece919bd77f919928953

Modified Files
--------------
src/bin/pg_basebackup/pg_basebackup.c |    9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)