i.e. and e.g.
Kyotaro Horiguchi <horikyota.ntt@gmail.com>
From: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2022-07-13T09:09:43Z
Lists: pgsql-hackers
Attachments
- fix_pg_upgrade_message.patch (text/x-patch) patch
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.". regards. -- Kyotaro Horiguchi NTT Open Source Software Center
Commits
-
Correct some uses of e.g. and i.e. in message strings and documentation
- 82785effc01d 16.0 landed