Harmonize function parameter names for Postgres 19.
Peter Geoghegan <pg@bowt.ie>
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).
Files
| Path | Change | +/− |
|---|---|---|
| contrib/jsonb_plperl/jsonb_plperl.c | modified | +1 −1 |
| contrib/sepgsql/sepgsql.h | modified | +1 −1 |
| src/backend/access/heap/pruneheap.c | modified | +1 −1 |
| src/backend/commands/propgraphcmds.c | modified | +1 −1 |
| src/backend/commands/repack.c | modified | +1 −1 |
| src/backend/parser/gram.y | modified | +1 −1 |
| src/backend/replication/logical/conflict.c | modified | +1 −1 |
| src/backend/replication/pgrepack/pgrepack.c | modified | +1 −1 |
| src/backend/rewrite/rewriteGraphTable.c | modified | +1 −1 |
| src/backend/storage/buffer/bufmgr.c | modified | +1 −1 |
| src/bin/pg_upgrade/multixact_read_v18.h | modified | +1 −1 |
| src/include/commands/repack.h | modified | +1 −1 |
| src/include/executor/executor.h | modified | +1 −1 |
| src/include/postmaster/datachecksum_state.h | modified | +1 −1 |
| src/include/replication/syncrep.h | modified | +1 −1 |
| src/include/tsearch/ts_locale.h | modified | +1 −1 |
| src/pl/plperl/plperl.c | modified | +5 −3 |
| src/timezone/localtime.c | modified | +1 −1 |