pgsql: Fix various typos and spelling mistakes in code comments

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix various typos and spelling mistakes in code comments
Date: 2022-04-11 08:50:03
Message-ID: E1ndpkJ-001J3T-7r@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix various typos and spelling mistakes in code comments

Author: Justin Pryzby
Discussion: https://postgr.es/m/20220411020336.GB26620@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b0e5f02ddc836499bdcf093df52e4c342dda5891

Modified Files
--------------
contrib/ltree/ltree.h | 2 +-
src/backend/access/brin/brin_minmax_multi.c | 2 +-
src/backend/access/heap/heapam.c | 2 +-
src/backend/access/transam/xlogreader.c | 2 +-
src/backend/access/transam/xlogrecovery.c | 2 +-
src/backend/commands/dbcommands.c | 2 +-
src/backend/commands/vacuumparallel.c | 2 +-
src/backend/executor/nodeMergeAppend.c | 2 +-
src/backend/optimizer/path/costsize.c | 6 +++---
src/backend/optimizer/path/pathkeys.c | 10 +++++-----
src/backend/parser/parse_expr.c | 2 +-
src/backend/replication/basebackup_server.c | 6 +++---
src/backend/replication/logical/reorderbuffer.c | 2 +-
src/backend/replication/slot.c | 2 +-
src/backend/storage/ipc/procarray.c | 2 +-
src/backend/tsearch/ts_parse.c | 2 +-
src/backend/utils/adt/genfile.c | 6 +++---
src/backend/utils/adt/geo_ops.c | 2 +-
src/backend/utils/adt/pg_locale.c | 2 +-
src/backend/utils/adt/tsquery.c | 2 +-
src/backend/utils/cache/relmapper.c | 4 ++--
src/backend/utils/error/csvlog.c | 2 +-
src/backend/utils/error/elog.c | 2 +-
src/backend/utils/error/jsonlog.c | 2 +-
src/backend/utils/fmgr/funcapi.c | 2 +-
src/backend/utils/mmgr/generation.c | 2 +-
src/bin/pg_basebackup/pg_basebackup.c | 2 +-
src/bin/pgbench/pgbench.c | 4 ++--
src/bin/psql/copy.c | 3 ++-
src/bin/psql/describe.c | 2 +-
src/bin/psql/tab-complete.c | 2 +-
src/include/utils/sortsupport.h | 2 +-
src/tools/mark_pgdllimport.pl | 2 +-
33 files changed, 46 insertions(+), 45 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2022-04-11 08:50:48 pgsql: Docs: Mention that relpersistence is for sequences now too
Previous Message David Rowley 2022-04-11 08:49:13 pgsql: Docs: Fix various mistakes and typos