]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Code review for backup manifest.
authorFujii Masao <fujii@postgresql.org>
Wed, 15 Apr 2020 02:15:12 +0000 (11:15 +0900)
committerFujii Masao <fujii@postgresql.org>
Wed, 15 Apr 2020 02:15:12 +0000 (11:15 +0900)
commita2ac73e7be7adf2a9248d14322d3a5e055ea4fd0
tree4d36fe015fdf3b66f8f3ec223811f1ca5087ca58
parent4a05a6409567719829ec84d7689b41c55009d75f
Code review for backup manifest.

This commit prevents pg_basebackup from receiving backup_manifest file
when --no-manifest is specified. Previously, when pg_basebackup was
writing a tarfile to stdout, it tried to receive backup_manifest file even
when --no-manifest was specified, and reported an error.

Also remove unused -m option from pg_basebackup.

Also fix typo in BASE_BACKUP command documentation.

Author: Fujii Masao
Reviewed-by: Michael Paquier, Robert Haas
Discussion: https://postgr.es/m/01e3ed3a-8729-5aaa-ca84-e60e3ca59db8@oss.nttdata.com
doc/src/sgml/protocol.sgml
src/bin/pg_basebackup/pg_basebackup.c