pgsql: Fix typos in comments, code and documentation - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix typos in comments, code and documentation
Date
Msg-id E1pCbhy-001nma-GL@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e373e5578bc39af4f20a4b70c5db1895d0e2d3d1

Modified Files
--------------
doc/src/sgml/parallel.sgml                | 2 +-
doc/src/sgml/ref/alter_table.sgml         | 2 +-
doc/src/sgml/sources.sgml                 | 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/bin/pg_upgrade/info.c                 | 9 ++++-----
src/test/regress/expected/expressions.out | 2 +-
src/test/regress/sql/expressions.sql      | 2 +-
11 files changed, 15 insertions(+), 16 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: perl: Hide warnings inside perl.h when using gcc compatible comp
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Windows support in pg_import_system_collations