Fix various typos in code and tests
authorMichael Paquier <michael@paquier.xyz>
Thu, 9 Feb 2023 05:43:53 +0000 (14:43 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 9 Feb 2023 05:43:53 +0000 (14:43 +0900)
commitef7002dbe0b06e4e5b42c89becd4eb9be2e9aa89
tree97fae2104c30fd965b8a896561d6e10bda0502a6
parent30b789eafed2cbbc3de9c9025a30eefdffacb79c
Fix various typos in code and tests

Most of these are recent, and the documentation portions are new as of
v16 so there is no need for a backpatch.

Author: Justin Pryzby
Discussion: https://postgr.es/m/20230208155644.GM1653@telsasoft.com
20 files changed:
contrib/postgres_fdw/deparse.c
doc/src/sgml/config.sgml
doc/src/sgml/ref/create_database.sgml
doc/src/sgml/ref/create_schema.sgml
src/backend/commands/dbcommands.c
src/backend/executor/execMain.c
src/backend/jit/llvm/llvmjit_inline.cpp
src/backend/replication/logical/snapbuild.c
src/backend/replication/walsender.c
src/bin/pg_basebackup/pg_basebackup.c
src/bin/pg_dump/pg_backup_custom.c
src/bin/pg_dump/pg_dumpall.c
src/include/lib/ilist.h
src/include/partitioning/partdesc.h
src/include/port/simd.h
src/test/regress/expected/alter_table.out
src/test/regress/expected/create_procedure.out
src/test/regress/sql/alter_table.sql
src/test/regress/sql/create_procedure.sql
src/test/subscription/t/031_column_list.pl