Fix various typos, grammar and code style in comments and docs
authorMichael Paquier <michael@paquier.xyz>
Tue, 25 Jan 2022 00:40:04 +0000 (09:40 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 25 Jan 2022 00:40:04 +0000 (09:40 +0900)
commit410aa248e5a883fde4832999cc9b23c7ace0f2ff
treee3dba4bbe6b5e60687939a1b04cfaac9a129adb9
parentc817a072aae8441a11d6a0336953ecd69dc548ba
Fix various typos, grammar and code style in comments and docs

This fixes a set of issues that have accumulated over the past months
(or years) in various code areas.  Most fixes are related to some recent
additions, as of the development of v15.

Author: Justin Pryzby
Discussion: https://postgr.es/m/20220124030001.GQ23027@telsasoft.com
44 files changed:
doc/src/sgml/config.sgml
doc/src/sgml/ddl.sgml
doc/src/sgml/func.sgml
doc/src/sgml/glossary.sgml
doc/src/sgml/indexam.sgml
doc/src/sgml/perform.sgml
doc/src/sgml/postgres-fdw.sgml
doc/src/sgml/protocol.sgml
doc/src/sgml/ref/alter_publication.sgml
doc/src/sgml/ref/create_publication.sgml
doc/src/sgml/ref/pg_receivewal.sgml
doc/src/sgml/ref/pgbench.sgml
doc/src/sgml/ref/pgupgrade.sgml
doc/src/sgml/ref/select_into.sgml
src/backend/access/gin/ginget.c
src/backend/access/heap/heapam.c
src/backend/access/transam/xlog.c
src/backend/catalog/pg_publication.c
src/backend/commands/cluster.c
src/backend/commands/indexcmds.c
src/backend/commands/publicationcmds.c
src/backend/commands/subscriptioncmds.c
src/backend/optimizer/util/appendinfo.c
src/backend/optimizer/util/inherit.c
src/backend/replication/logical/logicalfuncs.c
src/backend/replication/logical/reorderbuffer.c
src/backend/replication/logical/snapbuild.c
src/backend/replication/logical/worker.c
src/backend/statistics/extended_stats.c
src/backend/statistics/mcv.c
src/backend/storage/sync/sync.c
src/backend/utils/activity/backend_progress.c
src/backend/utils/activity/backend_status.c
src/backend/utils/activity/wait_event.c
src/bin/psql/describe.c
src/include/replication/pgoutput.h
src/include/utils/dynahash.h
src/pl/plperl/plperl.c
src/port/pgcheckdir.c
src/test/modules/unsafe_tests/expected/alter_system_table.out
src/test/modules/unsafe_tests/sql/alter_system_table.sql
src/test/regress/expected/sysviews.out
src/test/regress/sql/sysviews.sql
src/tools/msvc/vcregress.pl