git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: a0fe90e) | patch
Harmonize function parameter names for Postgres 17.
2024年6月12日 21:01:51 +0000 (17:01 -0400)
2024年6月12日 21:01:51 +0000 (17:01 -0400)
commit 6207f08f700ddc874765919202727fb0171b5403
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 diff | blob | blame | history
src/backend/access/heap/vacuumlazy.c diff | blob | blame | history
src/backend/backup/basebackup_incremental.c diff | blob | blame | history
src/backend/backup/basebackup_zstd.c diff | blob | blame | history
src/backend/commands/tablecmds.c diff | blob | blame | history
src/backend/optimizer/path/joinrels.c diff | blob | blame | history
src/backend/parser/parse_expr.c diff | blob | blame | history
src/backend/replication/libpqwalreceiver/libpqwalreceiver.c diff | blob | blame | history
src/backend/utils/adt/jsonpath_exec.c diff | blob | blame | history
src/bin/pg_combinebackup/copy_file.c diff | blob | blame | history
src/bin/pg_combinebackup/reconstruct.c diff | blob | blame | history
src/bin/pg_dump/pg_dumpall.c diff | blob | blame | history
src/bin/pg_dump/pg_restore.c diff | blob | blame | history
src/include/access/heapam.h diff | blob | blame | history
src/include/common/unicode_case.h diff | blob | blame | history
src/include/common/unicode_category.h diff | blob | blame | history
src/include/libpq/libpq.h diff | blob | blame | history
src/include/postmaster/postmaster.h diff | blob | blame | history
src/include/storage/bufmgr.h diff | blob | blame | history
src/include/storage/fd.h diff | blob | blame | history
src/include/storage/read_stream.h diff | blob | blame | history
src/include/storage/smgr.h diff | blob | blame | history
src/include/utils/guc.h diff | blob | blame | history
src/include/utils/jsonpath.h diff | blob | blame | history
src/include/utils/pg_locale.h diff | blob | blame | history
src/include/utils/resowner.h diff | blob | blame | history
src/include/utils/tuplesort.h diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /