postgresql/src/backend
Peter Geoghegan 4bac9600f0 Harmonize heapam and tableam parameter names.
Make sure that function declarations use names that exactly match the
corresponding names from function definitions.  Having parameter names
that are reliably consistent in this way will make it easier to reason
about groups of related C functions from the same translation unit as a
module.  It will also make certain refactoring tasks easier.

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
2022-09-19 16:46:23 -07:00
..
access Harmonize heapam and tableam parameter names. 2022-09-19 16:46:23 -07:00
backup Message style improvements 2022-09-17 08:15:11 +02:00
bootstrap Bump minimum version of Bison to 2.3 2022-09-09 12:31:41 +07:00
catalog Make ALTER DEFAULT PRIVILEGES require privileges, not membership. 2022-09-19 14:21:59 -04:00
commands Message wording improvements 2022-09-16 16:39:26 +02:00
executor Remove various duplicated words 2022-09-20 08:37:02 +12:00
foreign Adjust assorted hint messages that list all valid options. 2022-09-16 14:53:12 +02:00
jit Fix an assortment of improper usages of string functions 2022-09-06 13:19:44 +12:00
lib More -Wshadow=compatible-local warning fixes 2022-08-26 02:35:40 +12:00
libpq Split up guc.c for better build speed and ease of maintenance. 2022-09-13 11:11:45 -04:00
main Fix outdated --help message for postgres -f 2022-08-15 13:36:36 +09:00
nodes Revert SQL/JSON features 2022-09-01 17:07:14 -04:00
optimizer Fix misleading comment for get_cheapest_group_keys_order 2022-09-20 10:03:26 +12:00
parser Remove unused argument "isSlice" from transformAssignmentSubscripts() 2022-09-18 15:33:16 +09:00
partitioning Split up guc.c for better build speed and ease of maintenance. 2022-09-13 11:11:45 -04:00
po NLS: Put list of available languages into LINGUAS files 2022-07-13 08:19:17 +02:00
port Fix huge_pages on Windows 2022-09-17 15:39:55 +09:00
postmaster Fix grammar in error message 2022-09-15 11:40:17 +07:00
regex Consistently use named parameters in regex code consistently. 2022-09-19 15:47:04 -07:00
replication Fix typos. 2022-09-19 14:21:39 +05:30
rewrite Fix grammar in error message 2022-09-15 11:40:17 +07:00
snowball In the Snowball dictionary, don't try to stem excessively-long words. 2022-08-31 10:42:05 -04:00
statistics Fix incorrect uses of Datum conversion macros 2022-09-05 13:30:44 +02:00
storage Use SIGNAL_ARGS consistently to declare signal handlers. 2022-09-14 14:44:50 -04:00
tcop Split up guc.c for better build speed and ease of maintenance. 2022-09-13 11:11:45 -04:00
tsearch Split up guc.c for better build speed and ease of maintenance. 2022-09-13 11:11:45 -04:00
utils Consistently use named parameters in regex code. 2022-09-19 15:10:24 -07:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Move gramparse.h to src/backend/parser 2022-09-14 10:57:13 +07:00
common.mk Blind attempt to fix LLVM dependency in the backend 2022-09-15 10:53:48 +07:00
nls.mk NLS: Put list of available languages into LINGUAS files 2022-07-13 08:19:17 +02:00