Improve base backup protocol documentation - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Improve base backup protocol documentation
Date
Msg-id ae572e76-043b-1398-fbde-f1132a09ef9a@2ndquadrant.com
Whole thread Raw
Responses Re: Improve base backup protocol documentation  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
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.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: assertion at postmaster start
Next
From: Joe Conway
Date:
Subject: RFC: seccomp-bpf support