pgsql: Harmonize function parameter names for Postgres 19.

Started by Peter Geoghegan3 months ago1 messagescomitters
Jump to latest

Harmonize function parameter names for Postgres 19.

Make sure that function declarations use names that exactly match the
corresponding names from function definitions in a few places. Most of
these inconsistencies were introduced during Postgres 19 development.

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).

Branch
------
master

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

Modified Files
--------------
contrib/jsonb_plperl/jsonb_plperl.c | 2 +-
contrib/sepgsql/sepgsql.h | 2 +-
src/backend/access/heap/pruneheap.c | 2 +-
src/backend/commands/propgraphcmds.c | 2 +-
src/backend/commands/repack.c | 2 +-
src/backend/parser/gram.y | 2 +-
src/backend/replication/logical/conflict.c | 2 +-
src/backend/replication/pgrepack/pgrepack.c | 2 +-
src/backend/rewrite/rewriteGraphTable.c | 2 +-
src/backend/storage/buffer/bufmgr.c | 2 +-
src/bin/pg_upgrade/multixact_read_v18.h | 2 +-
src/include/commands/repack.h | 2 +-
src/include/executor/executor.h | 2 +-
src/include/postmaster/datachecksum_state.h | 2 +-
src/include/replication/syncrep.h | 2 +-
src/include/tsearch/ts_locale.h | 2 +-
src/pl/plperl/plperl.c | 8 +++++---
src/timezone/localtime.c | 2 +-
18 files changed, 22 insertions(+), 20 deletions(-)