pgsql: Improve base backup protocol documentation

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve base backup protocol documentation
Date: 2019-09-03 10:01:40
Message-ID: E1i55d6-0005ai-MY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve base backup protocol documentation

Document that the tablespace sizes are in units of kilobytes. Make
the pg_basebackup source code a bit clearer about this, too.

Reviewed-by: Magnus Hagander <magnus(at)hagander(dot)net>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bde8c2d319ab3ebaf9f07e5511e1142a38bab0e0

Modified Files
--------------
doc/src/sgml/protocol.sgml | 4 ++--
src/bin/pg_basebackup/pg_basebackup.c | 14 +++++++-------
2 files changed, 9 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-09-03 12:28:12 pgsql: Clarify pg_dump documentation
Previous Message Peter Eisentraut 2019-09-03 06:38:02 pgsql: Better error messages for short reads/writes in SLRU