]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix typos in comments, code and documentation
authorMichael Paquier <michael@paquier.xyz>
Tue, 3 Jan 2023 07:26:38 +0000 (16:26 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 3 Jan 2023 07:26:38 +0000 (16:26 +0900)
commita80740a7c9792a622e5ebb75010ea48a5521bf56
tree8fd13cf1acfe9bf175ce3cd91569814a8532b655
parent99f8bc335cbed43d64ed1e440a7fa43a8746a683
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
doc/src/sgml/parallel.sgml
doc/src/sgml/ref/alter_table.sgml
doc/src/sgml/sources.sgml
src/backend/access/common/bufmask.c
src/backend/jit/llvm/llvmjit.c
src/backend/optimizer/util/tlist.c
src/bin/pg_upgrade/info.c
src/test/regress/expected/expressions.out
src/test/regress/sql/expressions.sql