| From: | Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com> |
|---|---|
| To: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: i.e. and e.g. |
| Date: | 2022-07-13 09:13:51 |
| Message-ID: | 20220713.181351.787174326048120292.horikyota.ntt@gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
At Wed, 13 Jul 2022 18:09:43 +0900 (JST), Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com> wrote in
> I happened to see the message below.
>
> > WARNING: new data directory should not be inside the old data directory, e.g. %s
>
> The corresponding code is
>
> > ... the old data directory, e.g. %s", old_cluster_pgdata);
>
> So, "e.g." (for example) in the message sounds like "that is", which I
> think is "i.e.". It should be fixed if this is correct. I'm not sure
> whether to keep using Latin-origin acronyms like this, but in the
> attached I used "i.e.".
Oops! There's another use of that word in the same context.
Attached contains two fixes.
regards.
--
Kyotaro Horiguchi
NTT Open Source Software Center
| Attachment | Content-Type | Size |
|---|---|---|
| fix_pg_upgrade_message_2.patch | text/x-patch | 1.2 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Junwang Zhao | 2022-07-13 09:21:20 | Re: i.e. and e.g. |
| Previous Message | Kyotaro Horiguchi | 2022-07-13 09:09:43 | i.e. and e.g. |