diff options
author | Bruce Momjian <bruce@momjian.us> | 2020-08-31 18:48:38 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2020-08-31 18:48:38 -0400 |
commit | ab3c6d41552411ea2fe4904ec8294951c52c113d (patch) | |
tree | f2fd319cc332e00a56cae45c0199aa4eed099a06 /doc/src | |
parent | 953c64e0f67d44b1db97a3d33b329ccd4691f4c6 (diff) | |
download | postgresql-ab3c6d41552411ea2fe4904ec8294951c52c113d.tar.gz postgresql-ab3c6d41552411ea2fe4904ec8294951c52c113d.zip |
doc: document how the backup manifest is transferred
Reported-by: Bernd Helmle
Discussion: https://postgr.es/m/31acf8b0f1f701d53245e0cae38abdf5c3a0d559.camel@oopsware.de
Backpatch-through: 13
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/protocol.sgml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index 7da2feb2ae5..c3cb7b4255f 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -2666,8 +2666,10 @@ The commands accepted in replication mode are: <quote>ustar interchange format</quote> specified in the POSIX 1003.1-2008 standard) dump of the tablespace contents, except that the two trailing blocks of zeroes specified in the standard are omitted. - After the tar data is complete, a final ordinary result set will be sent, - containing the WAL end position of the backup, in the same format as + After the tar data is complete, and if a backup manifest was requested, + another CopyResponse result is sent, containing the manifest data for the + current base backup. In any case, a final ordinary result set will be + sent, containing the WAL end position of the backup, in the same format as the start position. </para> |