Fix typos in comments and in one isolation test.
authorRobert Haas <rhaas@postgresql.org>
Tue, 2 Jan 2024 16:56:02 +0000 (11:56 -0500)
committerRobert Haas <rhaas@postgresql.org>
Tue, 2 Jan 2024 17:05:41 +0000 (12:05 -0500)
commit0d9937d1185629a94bf43dd0768c8f4eb835c9f0
tree3a4b5db3c8f3430daf7eda0f55672f7fbda6fcf3
parent5c430f9dc559ecd3bda8bebf4854f3f8d8bd86f3
Fix typos in comments and in one isolation test.

Dagfinn Ilmari MannsÃ¥ker, reviewed by Shubham Khanna. Some subtractions
by me.

Discussion: http://postgr.es/m/87le9fmi01.fsf@wibble.ilmari.org
29 files changed:
contrib/bloom/bloom.h
contrib/pgcrypto/expected/pgp-compression.out
contrib/pgcrypto/openssl.c
contrib/pgcrypto/sql/pgp-compression.sql
contrib/postgres_fdw/expected/postgres_fdw.out
contrib/postgres_fdw/sql/postgres_fdw.sql
src/backend/access/brin/brin.c
src/backend/access/common/heaptuple.c
src/backend/access/nbtree/nbtree.c
src/backend/catalog/namespace.c
src/backend/catalog/pg_constraint.c
src/backend/commands/event_trigger.c
src/backend/executor/execMain.c
src/backend/optimizer/plan/initsplan.c
src/backend/utils/adt/rangetypes.c
src/backend/utils/sort/tuplesortvariants.c
src/backend/utils/time/combocid.c
src/bin/pg_rewind/t/001_basic.pl
src/bin/pg_rewind/t/004_pg_xlog_symlink.pl
src/bin/pg_rewind/t/007_standby_source.pl
src/bin/pg_rewind/t/009_growing_files.pl
src/include/pg_config_manual.h
src/test/isolation/specs/stats.spec
src/test/regress/expected/boolean.out
src/test/regress/expected/brin_multi.out
src/test/regress/expected/join.out
src/test/regress/sql/boolean.sql
src/test/regress/sql/brin_multi.sql
src/test/regress/sql/join.sql