]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Harmonize function parameter names for Postgres 17.
authorPeter Geoghegan <pg@bowt.ie>
Wed, 12 Jun 2024 21:01:51 +0000 (17:01 -0400)
committerPeter Geoghegan <pg@bowt.ie>
Wed, 12 Jun 2024 21:01:51 +0000 (17:01 -0400)
commit6207f08f700ddc874765919202727fb0171b5403
treea1781e4c75cf2c334976322ad823bbfaf7d94c06
parenta0fe90efef91fcd578a85a0f0c5bcab55285b1d7
Harmonize function parameter names for Postgres 17.

Make sure that function declarations use names that exactly match the
corresponding names from function definitions in a few places.  These
inconsistencies were all introduced during Postgres 17 development.

pg_bsd_indent still has a couple of similar inconsistencies, which I
(pgeoghegan) have left untouched for now.

This commit was written with help from clang-tidy, by mechanically
applying the same rules as similar clean-up commits (the earliest such
commit was commit 035ce1fe).
27 files changed:
src/backend/access/brin/brin.c
src/backend/access/heap/vacuumlazy.c
src/backend/backup/basebackup_incremental.c
src/backend/backup/basebackup_zstd.c
src/backend/commands/tablecmds.c
src/backend/optimizer/path/joinrels.c
src/backend/parser/parse_expr.c
src/backend/replication/libpqwalreceiver/libpqwalreceiver.c
src/backend/utils/adt/jsonpath_exec.c
src/bin/pg_combinebackup/copy_file.c
src/bin/pg_combinebackup/reconstruct.c
src/bin/pg_dump/pg_dumpall.c
src/bin/pg_dump/pg_restore.c
src/include/access/heapam.h
src/include/common/unicode_case.h
src/include/common/unicode_category.h
src/include/libpq/libpq.h
src/include/postmaster/postmaster.h
src/include/storage/bufmgr.h
src/include/storage/fd.h
src/include/storage/read_stream.h
src/include/storage/smgr.h
src/include/utils/guc.h
src/include/utils/jsonpath.h
src/include/utils/pg_locale.h
src/include/utils/resowner.h
src/include/utils/tuplesort.h