mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
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>
This commit is contained in:
@ -2615,8 +2615,8 @@ The commands accepted in replication mode are:
|
||||
<term><literal>size</literal> (<type>int8</type>)</term>
|
||||
<listitem>
|
||||
<para>
|
||||
The approximate size of the tablespace, if progress report has
|
||||
been requested; otherwise it's null.
|
||||
The approximate size of the tablespace, in kilobytes (1024 bytes),
|
||||
if progress report has been requested; otherwise it's null.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Reference in New Issue
Block a user