pgsql: Correct some uses of e.g. and i.e. in message strings and docume

From: John Naylor <john(dot)naylor(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Correct some uses of e.g. and i.e. in message strings and docume
Date: 2022-07-14 02:39:27
Message-ID: E1oBolC-000463-QR@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Correct some uses of e.g. and i.e. in message strings and documentation

E.g. means "for example" and i.e. means "that is". Fix a couple uses
that don't match the intended meaning.

Kyotaro Horiguchi

Reviewed by Junwang Zhao and Aleksander Alekseev, with one addition by me
Discussion: https://www.postgresql.org/message-id/flat/20220713.180943.589079824955875739.horikyota.ntt%40gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/82785effc01d4bf5f98ed9f12a75c48009ff4e7e

Modified Files
--------------
doc/src/sgml/ecpg.sgml | 2 +-
src/bin/pg_upgrade/check.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-07-14 10:05:13 Re: pgsql: Avoid unsatisfied-external-reference errors in static inlines.
Previous Message Michael Paquier 2022-07-14 02:23:51 pgsql: Remove support for Visual Studio 2013