Fix various typos
authorDavid Rowley <drowley@postgresql.org>
Tue, 18 Apr 2023 01:23:23 +0000 (13:23 +1200)
committerDavid Rowley <drowley@postgresql.org>
Tue, 18 Apr 2023 01:23:23 +0000 (13:23 +1200)
commitb4dbf3e924b2556acbe103dc61ac71f9985ff24f
tree179232a4dbf525790273dfbdd3a4f58e30225d56
parente39d512f3e9b1e34ffba77c8fe120c2675f6873b
Fix various typos

This fixes many spelling mistakes in comments, but a few references to
invalid parameter names, function names and option names too in comments
and also some in string constants

Also, fix an #undef that was undefining the incorrect definition

Author: Alexander Lakhin
Reviewed-by: Justin Pryzby
Discussion: https://postgr.es/m/d5f68d19-c0fc-91a9-118d-7c6a5a3f5fad@gmail.com
35 files changed:
contrib/amcheck/verify_heapam.c
contrib/pg_walinspect/pg_walinspect.c
contrib/postgres_fdw/connection.c
contrib/postgres_fdw/postgres_fdw.c
meson.build
src/backend/backup/basebackup.c
src/backend/executor/execUtils.c
src/backend/executor/nodeModifyTable.c
src/backend/rewrite/rewriteManip.c
src/backend/storage/buffer/bufmgr.c
src/backend/storage/lmgr/predicate.c
src/backend/storage/smgr/md.c
src/backend/utils/adt/acl.c
src/backend/utils/adt/array_userfuncs.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/ps_status.c
src/backend/utils/mmgr/mcxt.c
src/backend/utils/resowner/resowner.c
src/bin/pg_dump/compress_lz4.c
src/bin/pg_dump/pg_dump_sort.c
src/bin/pg_dump/pg_dumpall.c
src/bin/scripts/t/100_vacuumdb.pl
src/include/access/rmgrdesc_utils.h
src/include/port/pg_iovec.h
src/include/regex/regcustom.h
src/include/utils/memutils_memorychunk.h
src/include/utils/tuplesort.h
src/interfaces/libpq/fe-secure-gssapi.c
src/interfaces/libpq/t/004_load_balance_dns.pl
src/port/dirmod.c
src/test/kerberos/t/001_auth.pl
src/test/ldap/LdapServer.pm
src/test/modules/ldap_password_func/meson.build
src/test/perl/PostgreSQL/Test/BackgroundPsql.pm
src/test/regress/pg_regress.c