Re: Improve base backup protocol documentation - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: Improve base backup protocol documentation
Date
Msg-id CABUevEzxzxiEYUfiBP6h2ym6DzhOofi7_AcqjsXDE4Ee0gqcYw@mail.gmail.com
Whole thread Raw
In response to Improve base backup protocol documentation  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Responses Re: Improve base backup protocol documentation
List pgsql-hackers
On Wed, Aug 28, 2019 at 4:58 PM Peter Eisentraut <peter.eisentraut@2ndquadrant.com> wrote:
It was apparently entirely undocumented that the tablespace size
estimates sent by the base backup protocol are in kilobytes.  Here is a
patch to document that.  Also, a related clarification in the
pg_basebackup.c source code: It was not clear without analyzing the
whole stack that "totalsize" is in kilobytes and "totaldone" is in bytes.


+1, these both look like reasonable changes to me.

//Magnus
 

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Unix-domain socket support on Windows
Next
From: Andres Freund
Date:
Subject: Const version of castNode()