pgsql: Fix Latin spelling

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix Latin spelling
Date: 2018-01-11 13:32:18
Message-ID: E1eZcxu-0002ip-Io@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix Latin spelling

"c.f." should be "cf.".

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9e945f862633882cae3183d465f321bd8dd591f9

Modified Files
--------------
src/backend/catalog/catalog.c | 2 +-
src/backend/optimizer/util/clauses.c | 2 +-
src/backend/replication/logical/origin.c | 2 +-
src/backend/replication/logical/reorderbuffer.c | 4 ++--
src/backend/replication/logical/snapbuild.c | 2 +-
src/backend/storage/ipc/procarray.c | 2 +-
src/backend/utils/cache/relcache.c | 2 +-
src/bin/psql/describe.c | 2 +-
8 files changed, 9 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2018-01-11 16:21:36 pgsql: doc: add JSON acronym
Previous Message Teodor Sigaev 2018-01-11 11:49:54 pgsql: llow negative coordinate for ~> (cube, int) operator