Fix collection of typos in the code and the documentation

Michael Paquier <michael@paquier.xyz>

Commit: 6bdf1a1400d3fb8c87e020be943942dcab7e75e2
Author: Michael Paquier <michael@paquier.xyz>
Date: 2022-03-15T02:29:35Z
Releases: 15.0
Fix collection of typos in the code and the documentation

Some words were duplicated while other places were grammatically
incorrect, including one variable name in the code.

Author: Otto Kekalainen, Justin Pryzby
Discussion: https://postgr.es/m/7DDBEFC5-09B6-4325-B942-B563D1A24BDC@amazon.com

Files

PathChange+/−
config/pkg.m4 modified +1 −1
contrib/pageinspect/expected/gist.out modified +1 −1
contrib/pageinspect/sql/gist.sql modified +1 −1
doc/src/sgml/config.sgml modified +2 −2
doc/src/sgml/logicaldecoding.sgml modified +5 −5
doc/src/sgml/postgres-fdw.sgml modified +1 −1
src/backend/access/heap/pruneheap.c modified +1 −1
src/backend/access/transam/xlog.c modified +1 −1
src/backend/catalog/index.c modified +1 −1
src/backend/commands/explain.c modified +3 −3
src/backend/main/main.c modified +1 −1
src/backend/postmaster/bgworker.c modified +1 −1
src/backend/replication/basebackup_sink.c modified +2 −2
src/backend/utils/adt/tsrank.c modified +1 −1
src/bin/pg_basebackup/pg_basebackup.c modified +1 −1
src/bin/pg_basebackup/t/010_pg_basebackup.pl modified +2 −2
src/bin/pgbench/pgbench.c modified +1 −1
src/bin/pg_verifybackup/t/008_untar.pl modified +1 −1
src/bin/pg_verifybackup/t/010_client_untar.pl modified +1 −1
src/include/libpq/sasl.h modified +1 −1
src/interfaces/libpq/t/001_uri.pl modified +1 −1
src/test/perl/PostgreSQL/Test/Cluster.pm modified +3 −3
src/test/regress/expected/create_function_sql.out modified +1 −1
src/test/regress/expected/create_table.out modified +1 −1
src/test/regress/expected/object_address.out modified +1 −1
src/test/regress/sql/create_function_sql.sql modified +1 −1
src/test/regress/sql/create_table.sql modified +1 −1
src/test/regress/sql/object_address.sql modified +1 −1
src/test/subscription/t/001_rep_changes.pl modified +1 −1

Documentation touched

Discussion