]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix collection of typos in the code and the documentation
authorMichael Paquier <michael@paquier.xyz>
Tue, 15 Mar 2022 02:29:23 +0000 (11:29 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 15 Mar 2022 02:29:35 +0000 (11:29 +0900)
commit6bdf1a1400d3fb8c87e020be943942dcab7e75e2
tree36a89f562b86d31636c092256af2c7cb3ad2d106
parentff8b37ba801073b4506f670317141785bab9f4d8
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
29 files changed:
config/pkg.m4
contrib/pageinspect/expected/gist.out
contrib/pageinspect/sql/gist.sql
doc/src/sgml/config.sgml
doc/src/sgml/logicaldecoding.sgml
doc/src/sgml/postgres-fdw.sgml
src/backend/access/heap/pruneheap.c
src/backend/access/transam/xlog.c
src/backend/catalog/index.c
src/backend/commands/explain.c
src/backend/main/main.c
src/backend/postmaster/bgworker.c
src/backend/replication/basebackup_sink.c
src/backend/utils/adt/tsrank.c
src/bin/pg_basebackup/pg_basebackup.c
src/bin/pg_basebackup/t/010_pg_basebackup.pl
src/bin/pg_verifybackup/t/008_untar.pl
src/bin/pg_verifybackup/t/010_client_untar.pl
src/bin/pgbench/pgbench.c
src/include/libpq/sasl.h
src/interfaces/libpq/t/001_uri.pl
src/test/perl/PostgreSQL/Test/Cluster.pm
src/test/regress/expected/create_function_sql.out
src/test/regress/expected/create_table.out
src/test/regress/expected/object_address.out
src/test/regress/sql/create_function_sql.sql
src/test/regress/sql/create_table.sql
src/test/regress/sql/object_address.sql
src/test/subscription/t/001_rep_changes.pl