]> 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:34 +0000 (16:26 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 3 Jan 2023 07:26:34 +0000 (16:26 +0900)
commit1c89549ca48d04195bfc774534a54cf84b797e8b
tree26be7aed6aa66dad1384d2ed76d716f9fc50215e
parentce073d01445c09733ba71010276f1ef255b89efd
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/access/spgist/spgutils.c
src/backend/jit/llvm/llvmjit.c
src/backend/optimizer/util/tlist.c
src/backend/utils/adt/ruleutils.c
src/bin/pg_upgrade/info.c
src/test/regress/expected/expressions.out
src/test/regress/sql/expressions.sql