pgsql: Fix typos in comments, code and documentation

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typos in comments, code and documentation
Date: 2023-01-03 07:27:38
Message-ID: E1pCbhy-001nmW-Ea@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typos in comments, code and documentation

While on it, newlines are removed from the end of two elog() strings.
The others are simple grammar mistakes. One comment in pg_upgrade
referred incorrectly to sequences since a7e5457.

Author: Justin Pryzby
Discussion: https://postgr.es/m/20221230231257.GI1153@telsasoft.com
Backpatch-through: 11

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/33ab0a2a527e3af5beee3a98fc07201e555d6e45

Modified Files
--------------
.cirrus.yml | 10 +++++-----
doc/src/sgml/auto-explain.sgml | 2 +-
doc/src/sgml/parallel.sgml | 2 +-
doc/src/sgml/ref/alter_table.sgml | 4 ++--
doc/src/sgml/ref/create_subscription.sgml | 2 +-
doc/src/sgml/ref/grant.sgml | 2 +-
doc/src/sgml/sources.sgml | 4 ++--
doc/src/sgml/syntax.sgml | 2 +-
meson.build | 4 ++--
src/backend/access/common/bufmask.c | 2 +-
src/backend/access/spgist/spgutils.c | 2 +-
src/backend/jit/llvm/llvmjit.c | 2 +-
src/backend/optimizer/util/tlist.c | 2 +-
src/backend/utils/adt/ruleutils.c | 2 +-
src/backend/utils/misc/guc_internal.h | 10 +++++-----
src/bin/pg_dump/pg_dumpall.c | 2 +-
src/bin/pg_upgrade/info.c | 9 ++++-----
src/include/lib/ilist.h | 2 +-
src/test/regress/expected/copy.out | 2 +-
src/test/regress/expected/expressions.out | 2 +-
src/test/regress/sql/copy.sql | 2 +-
src/test/regress/sql/expressions.sql | 2 +-
src/test/ssl/t/SSL/Server.pm | 2 +-
23 files changed, 37 insertions(+), 38 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2023-01-03 13:29:42 pgsql: Windows support in pg_import_system_collations
Previous Message Andres Freund 2023-01-03 01:21:33 pgsql: perl: Hide warnings inside perl.h when using gcc compatible comp