pg_basebackup has an accidentaly separated help message

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: pg_basebackup has an accidentaly separated help message
Date: 2023-12-25 04:47:47
Message-ID: 20231225.134747.2287499067164862136.horikyota.ntt@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
pg_basebackup_merge_help.diff text/x-patch 891 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message jian he 2023-12-25 05:03:27 Re: remaining sql/json patches
Previous Message Tom Lane 2023-12-25 04:23:49 Re: Erroneous -Werror=missing-braces on old GCC