Harmonize parameter names in contrib code.
commit0faf7d933f625eb1668dcaa518b472f722b53a55
authorPeter Geoghegan <pg@bowt.ie>
Thu, 22 Sep 2022 20:59:20 +0000 (22 13:59 -0700)
committerPeter Geoghegan <pg@bowt.ie>
Thu, 22 Sep 2022 20:59:20 +0000 (22 13:59 -0700)
tree5fce7103c75871bec2ec1636d8751245cb7374a0
parent8fb4e001e9c185250a95b2b13880a2a04d626b75
Harmonize parameter names in contrib code.

Make sure that function declarations use names that exactly match the
corresponding names from function definitions in contrib code.

Like other recent commits that cleaned up function parameter names, this
commit was written with help from clang-tidy.

Author: Peter Geoghegan <pg@bowt.ie>
Discussion: https://postgr.es/m/CAH2-WznJt9CMM9KJTMjJh_zbL5hD9oX44qdJ4aqZtjFi-zA3Tg@mail.gmail.com
21 files changed:
contrib/amcheck/verify_nbtree.c
contrib/cube/cube.c
contrib/dblink/dblink.c
contrib/fuzzystrmatch/dmetaphone.c
contrib/intarray/_int.h
contrib/intarray/_int_selfuncs.c
contrib/intarray/_int_tool.c
contrib/ltree/ltree.h
contrib/oid2name/oid2name.c
contrib/pgcrypto/mbuf.h
contrib/pgcrypto/pgcrypto.c
contrib/pgcrypto/pgp.h
contrib/pgcrypto/px-crypt.h
contrib/pgcrypto/px.h
contrib/postgres_fdw/deparse.c
contrib/postgres_fdw/postgres_fdw.c
contrib/postgres_fdw/postgres_fdw.h
contrib/seg/seg.c
contrib/seg/segdata.h
contrib/tablefunc/tablefunc.c
contrib/test_decoding/test_decoding.c