pg_basebackup has an accidentaly separated help message
Kyotaro Horiguchi <horikyota.ntt@gmail.com>
From: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2023-12-25T04:47:47Z
Lists: pgsql-hackers
Attachments
- pg_basebackup_merge_help.diff (text/x-patch) patch
Hello.
pg_basebackup.c: got the following message lines:
> printf(_(" -i, --incremental=OLDMANIFEST\n"));
> printf(_(" take incremental backup\n"));
I'd suggest merging these lines as follows (and the attached patch).
> + printf(_(" -i, --incremental=OLDMANIFEST\n"
> + " take incremental backup\n"));
regards.
--
Kyotaro Horiguchi
NTT Open Source Software Center
Commits
-
Fix some translatable strings in pg_basebackup and pg_combinebackup
- 231ff70f98e3 17.0 landed