pgsql: Harmonize function parameter names for Postgres 19.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Harmonize function parameter names for Postgres 19.
Date: 2026-04-22 16:47:33
Message-ID: E1wFajd-002Bia-0f@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Browse pgsql-committers by date

  From Date Subject
Next Message Masahiko Sawada 2026-04-22 17:00:24 pgsql: pg_upgrade: Fix detection of invalid logical replication slots.
Previous Message Tom Lane 2026-04-22 16:41:15 pgsql: Guard against overly-long numeric formatting symbols from locale