Fix some typos, grammar and style in docs and comments
authorMichael Paquier <michael@paquier.xyz>
Wed, 24 Feb 2021 07:13:17 +0000 (16:13 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 24 Feb 2021 07:13:17 +0000 (16:13 +0900)
commitbcf2667bf62d72faced64cb60ffbd2e599a0ebe8
tree7f58ae5ad68ed50b11d2a5eeedced3b905a8634f
parent8ec8fe0f31712c62b761da9ef6d32214e08340d1
Fix some typos, grammar and style in docs and comments

The portions fixing the documentation are backpatched where needed.

Author: Justin Pryzby
Discussion: https://postgr.es/m/20210210235557.GQ20012@telsasoft.com
backpatch-through: 9.6
30 files changed:
contrib/pageinspect/heapfuncs.c
doc/src/sgml/charset.sgml
doc/src/sgml/extend.sgml
doc/src/sgml/fdwhandler.sgml
doc/src/sgml/logicaldecoding.sgml
doc/src/sgml/pageinspect.sgml
doc/src/sgml/postgres-fdw.sgml
doc/src/sgml/protocol.sgml
doc/src/sgml/ref/alter_subscription.sgml
doc/src/sgml/ref/create_type.sgml
doc/src/sgml/ref/drop_index.sgml
doc/src/sgml/rules.sgml
doc/src/sgml/wal.sgml
src/backend/access/common/heaptuple.c
src/backend/access/transam/xlogutils.c
src/backend/commands/amcmds.c
src/backend/executor/nodeAgg.c
src/backend/optimizer/prep/prepagg.c
src/backend/storage/ipc/procarray.c
src/backend/utils/adt/jsonpath_exec.c
src/backend/utils/adt/selfuncs.c
src/backend/utils/cache/catcache.c
src/bin/pg_rewind/libpq_source.c
src/bin/pgbench/pgbench.c
src/include/pg_config_manual.h
src/interfaces/ecpg/include/sqlda-native.h
src/test/regress/expected/geometry.out
src/test/regress/expected/tuplesort.out
src/test/regress/sql/geometry.sql
src/test/regress/sql/tuplesort.sql