]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix typos and inconsistencies in code and comments
authorMichael Paquier <michael@paquier.xyz>
Mon, 5 Jan 2026 00:19:15 +0000 (09:19 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 5 Jan 2026 00:19:15 +0000 (09:19 +0900)
commitb8cfcb9e00da6f2149f5977e99bdcf3121fea0aa
treeccce4040106211aff47ddd85e0d701ba506a6d74
parente3fbc9a8de75206805a4252969a5896e6f6e5929
Fix typos and inconsistencies in code and comments

This change is a cocktail of harmonization of function argument names,
grammar typos, renames for better consistency and unused code (see
ltree).  All of these have been spotted by the author.

Author: Alexander Lakhin <exclusion@gmail.com>
Discussion: https://postgr.es/m/b2c0d0b7-3944-487d-a03d-d155851958ff@gmail.com
35 files changed:
contrib/ltree/ltxtquery_io.c
doc/src/sgml/ref/create_subscription.sgml
src/backend/access/heap/heapam.c
src/backend/access/heap/heapam_xlog.c
src/backend/access/rmgrdesc/gindesc.c
src/backend/commands/subscriptioncmds.c
src/backend/nodes/queryjumblefuncs.c
src/backend/optimizer/plan/analyzejoins.c
src/backend/optimizer/plan/planner.c
src/backend/optimizer/util/plancat.c
src/backend/partitioning/partbounds.c
src/backend/replication/logical/slotsync.c
src/backend/storage/buffer/bufmgr.c
src/backend/storage/lmgr/predicate.c
src/backend/utils/init/postinit.c
src/backend/utils/misc/guc_parameters.dat
src/bin/pg_upgrade/t/007_multixact_conversion.pl
src/include/access/heapam.h
src/include/c.h
src/include/commands/sequence.h
src/include/common/int128.h
src/include/jit/llvmjit.h
src/include/nodes/pathnodes.h
src/include/optimizer/geqo_recombination.h
src/include/port.h
src/include/port/win32/sys/socket.h
src/include/port/win32_port.h
src/include/replication/logicalctl.h
src/include/replication/worker_internal.h
src/include/statistics/stat_utils.h
src/include/storage/predicate.h
src/include/utils/guc.h
src/test/modules/brin/t/01_workitems.pl
src/test/recovery/t/048_vacuum_horizon_floor.pl
src/tools/valgrind.supp