pgsql: Fix typos in comments, code and documentation

Started by Michael Paquierover 3 years ago1 messagescomitters
Jump to latest
#1Michael Paquier
michael@paquier.xyz

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: /messages/by-id/20221230231257.GI1153@telsasoft.com
Backpatch-through: 11

Branch
------
REL_11_STABLE

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

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/jit/llvm/llvmjit.c | 2 +-
src/backend/optimizer/util/tlist.c | 2 +-
src/bin/pg_upgrade/info.c | 9 ++++-----
src/test/regress/expected/expressions.out | 2 +-
src/test/regress/sql/expressions.sql | 2 +-
9 files changed, 13 insertions(+), 14 deletions(-)