Harmonize some more function parameter names.
Peter Geoghegan <pg@bowt.ie>
Harmonize some more function parameter names. 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 relatively recently, after the code base had parameter name mismatches fixed in bulk (see commits starting with commits 4274dc22 and 035ce1fe). pg_bsd_indent still has a couple of similar inconsistencies, which I (pgeoghegan) have left untouched for now. Like all earlier commits that cleaned up function parameter names, this commit was written with help from clang-tidy.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/parse_expr.c | modified | +1 −1 |
| src/backend/storage/buffer/bufmgr.c | modified | +2 −2 |
| src/backend/utils/activity/pgstat_io.c | modified | +5 −5 |
| src/backend/utils/adt/pg_locale.c | modified | +1 −1 |
| src/bin/pg_dump/pg_dump.c | modified | +1 −1 |
| src/include/pgstat.h | modified | +2 −2 |
| src/include/replication/worker_internal.h | modified | +1 −1 |
| src/include/storage/buf_internals.h | modified | +1 −1 |
| src/pl/plpython/plpy_resultobject.c | modified | +1 −1 |
| src/test/modules/test_shm_mq/test_shm_mq.h | modified | +1 −1 |
| src/test/modules/worker_spi/worker_spi.c | modified | +1 −1 |