pgsql: Adjust total size in pg_basebackup progress report when reality - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Adjust total size in pg_basebackup progress report when reality
Date
Msg-id E1QtL7i-0001LA-6D@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1bb69245ab234634013c543927e6fa76009622fa

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


pgsql-committers by date:

Previous
From: David Fetter
Date:
Subject: Re: pgsql: In pg_upgrade, avoid dumping orphaned temporary tables. This ma
Next
From: cunha17@pgfoundry.org (User Cunha17)
Date:
Subject: snapshot - src: FIX: Support for PostGIS datatypes Geometry and