| From: | Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com> |
|---|---|
| To: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: pg_basebackup has an accidentaly separated help message |
| Date: | 2023-12-25 05:39:16 |
| Message-ID: | 20231225.143916.1373028470352952909.horikyota.ntt@gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> > 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"));
Sorry, but I found another instance of this.
> printf(_(" -T, --tablespace-mapping=OLDDIR=NEWDIR\n"));
> printf(_(" relocate tablespace in OLDDIR to NEWDIR\n"));
The attached patch contains both of the above fixes.
regards.
--
Kyotaro Horiguchi
NTT Open Source Software Center
| Attachment | Content-Type | Size |
|---|---|---|
| pg_basebackup_merge_help.diff | text/x-patch | 1.9 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Kyotaro Horiguchi | 2023-12-25 05:51:24 | Should "CRC" be in uppercase? |
| Previous Message | jian he | 2023-12-25 05:03:27 | Re: remaining sql/json patches |