]> granicus.if.org Git - postgresql/commit
Improve base backup protocol documentation
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 3 Sep 2019 09:59:36 +0000 (11:59 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 3 Sep 2019 09:59:36 +0000 (11:59 +0200)
commitbde8c2d319ab3ebaf9f07e5511e1142a38bab0e0
tree1348851347a0644295b41bd423dcb505fd4f125e
parent1d7a6e3eb45946db86d6d1776c55323740d955b0
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@hagander.net>
doc/src/sgml/protocol.sgml
src/bin/pg_basebackup/pg_basebackup.c