]> 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:37 +0000 (16:26 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 3 Jan 2023 07:26:37 +0000 (16:26 +0900)
commitdfaa705ce423b5c55bb5effac1835d39aeb76767
treeaa2e307a5714e4cc7c191efef39ea9f8fd1aa7e7
parentf0e13802f196bc1044d52669ae5ef0b32e3a4db2
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/bin/pg_upgrade/info.c
src/test/regress/expected/expressions.out
src/test/regress/sql/expressions.sql