On Wed, Apr 22, 2020 at 12:21 PM Fujii Masao <masao.fu...@oss.nttdata.com> wrote: > I found three minor issues in pg_verifybackup. > > + {"print-parse-wal", no_argument, NULL, 'p'}, > > This is unused option, so this line should be removed. > > + printf(_(" -m, --manifest=PATH use specified path for > manifest\n")); > > Typo: --manifest should be --manifest-path > > pg_verifybackup accepts --quiet option, but its usage() doesn't > print any message for --quiet option. > > Attached is the patch that fixes those issues.
Thanks; LGTM. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company