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

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: c47885b) | patch
Harmonize parameter names in storage and AM code.
2022年9月20日 02:18:36 +0000 (19:18 -0700)
2022年9月20日 02:18:36 +0000 (19:18 -0700)
commit bfcf1b34805f70df48eedeec237230d0cc1154a6
Harmonize parameter names in storage and AM code.

Make sure that function declarations use names that exactly match the
corresponding names from function definitions in storage, catalog,
access method, executor, and logical replication code, as well as in
miscellaneous utility/library code.

Like other recent commits that cleaned up function parameter names, this
commit was written with help from clang-tidy. Later commits will do the
same for other parts of the codebase.

Author: Peter Geoghegan <pg@bowt.ie>
Reviewed-By: David Rowley <dgrowleyml@gmail.com>
Discussion: https://postgr.es/m/CAH2-WznJt9CMM9KJTMjJh_zbL5hD9oX44qdJ4aqZtjFi-zA3Tg@mail.gmail.com
80 files changed:
src/backend/access/brin/brin_minmax_multi.c diff | blob | blame | history
src/backend/access/common/reloptions.c diff | blob | blame | history
src/backend/access/gin/ginpostinglist.c diff | blob | blame | history
src/backend/access/gist/gistbuild.c diff | blob | blame | history
src/backend/access/gist/gistbuildbuffers.c diff | blob | blame | history
src/backend/access/gist/gistvacuum.c diff | blob | blame | history
src/backend/access/transam/generic_xlog.c diff | blob | blame | history
src/backend/access/transam/xact.c diff | blob | blame | history
src/backend/access/transam/xlog.c diff | blob | blame | history
src/backend/access/transam/xloginsert.c diff | blob | blame | history
src/backend/access/transam/xlogreader.c diff | blob | blame | history
src/backend/catalog/aclchk.c diff | blob | blame | history
src/backend/catalog/namespace.c diff | blob | blame | history
src/backend/commands/dbcommands.c diff | blob | blame | history
src/backend/executor/execIndexing.c diff | blob | blame | history
src/backend/executor/execParallel.c diff | blob | blame | history
src/backend/executor/nodeAgg.c diff | blob | blame | history
src/backend/executor/nodeHash.c diff | blob | blame | history
src/backend/executor/nodeHashjoin.c diff | blob | blame | history
src/backend/executor/nodeMemoize.c diff | blob | blame | history
src/backend/lib/bloomfilter.c diff | blob | blame | history
src/backend/replication/logical/decode.c diff | blob | blame | history
src/backend/replication/logical/worker.c diff | blob | blame | history
src/backend/replication/pgoutput/pgoutput.c diff | blob | blame | history
src/backend/replication/slot.c diff | blob | blame | history
src/backend/storage/buffer/bufmgr.c diff | blob | blame | history
src/backend/storage/file/buffile.c diff | blob | blame | history
src/backend/storage/freespace/freespace.c diff | blob | blame | history
src/backend/storage/ipc/dsm.c diff | blob | blame | history
src/backend/storage/ipc/procarray.c diff | blob | blame | history
src/backend/storage/lmgr/lwlock.c diff | blob | blame | history
src/backend/storage/lmgr/predicate.c diff | blob | blame | history
src/backend/storage/smgr/md.c diff | blob | blame | history
src/backend/utils/mb/conversion_procs/euc_jp_and_sjis/euc_jp_and_sjis.c diff | blob | blame | history
src/backend/utils/mb/conversion_procs/euc_tw_and_big5/euc_tw_and_big5.c diff | blob | blame | history
src/include/access/genam.h diff | blob | blame | history
src/include/access/generic_xlog.h diff | blob | blame | history
src/include/access/gin_private.h diff | blob | blame | history
src/include/access/gist_private.h diff | blob | blame | history
src/include/access/reloptions.h diff | blob | blame | history
src/include/access/tupconvert.h diff | blob | blame | history
src/include/access/tupdesc.h diff | blob | blame | history
src/include/access/twophase.h diff | blob | blame | history
src/include/access/xact.h diff | blob | blame | history
src/include/access/xlog.h diff | blob | blame | history
src/include/access/xloginsert.h diff | blob | blame | history
src/include/access/xlogreader.h diff | blob | blame | history
src/include/access/xlogrecovery.h diff | blob | blame | history
src/include/access/xlogutils.h diff | blob | blame | history
src/include/catalog/dependency.h diff | blob | blame | history
src/include/catalog/index.h diff | blob | blame | history
src/include/catalog/namespace.h diff | blob | blame | history
src/include/catalog/objectaccess.h diff | blob | blame | history
src/include/catalog/objectaddress.h diff | blob | blame | history
src/include/catalog/pg_conversion.h diff | blob | blame | history
src/include/catalog/pg_inherits.h diff | blob | blame | history
src/include/catalog/pg_publication.h diff | blob | blame | history
src/include/commands/copy.h diff | blob | blame | history
src/include/commands/dbcommands_xlog.h diff | blob | blame | history
src/include/executor/execParallel.h diff | blob | blame | history
src/include/executor/executor.h diff | blob | blame | history
src/include/executor/nodeIncrementalSort.h diff | blob | blame | history
src/include/executor/spi.h diff | blob | blame | history
src/include/mb/pg_wchar.h diff | blob | blame | history
src/include/miscadmin.h diff | blob | blame | history
src/include/replication/logical.h diff | blob | blame | history
src/include/replication/logicalproto.h diff | blob | blame | history
src/include/replication/origin.h diff | blob | blame | history
src/include/replication/slot.h diff | blob | blame | history
src/include/replication/walsender.h diff | blob | blame | history
src/include/storage/barrier.h diff | blob | blame | history
src/include/storage/bufpage.h diff | blob | blame | history
src/include/storage/dsm.h diff | blob | blame | history
src/include/storage/fd.h diff | blob | blame | history
src/include/storage/fsm_internals.h diff | blob | blame | history
src/include/storage/indexfsm.h diff | blob | blame | history
src/include/storage/lwlock.h diff | blob | blame | history
src/include/storage/predicate.h diff | blob | blame | history
src/include/storage/procarray.h diff | blob | blame | history
src/include/storage/standby.h diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

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