postgresql/src/backend/access
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
..
brin Split up guc.c for better build speed and ease of maintenance. 2022-09-13 11:11:45 -04:00
common Harmonize heapam and tableam parameter names. 2022-09-19 16:46:23 -07:00
gin Assorted examples of expanded type-safer palloc/pg_malloc API 2022-09-12 08:45:03 +02:00
gist Revert "Convert *GetDatum() and DatumGet*() macros to inline functions" 2022-09-12 19:57:07 +02:00
hash More -Wshadow=compatible-local warning fixes 2022-08-26 02:35:40 +12:00
heap Harmonize heapam and tableam parameter names. 2022-09-19 16:46:23 -07:00
index Update copyright for 2022 2022-01-07 19:04:57 -05:00
nbtree Fix comments about deduplication updating page. 2022-08-05 14:25:49 -07:00
rmgrdesc Fix an assortment of improper usages of string functions 2022-09-06 13:19:44 +12:00
spgist Further -Wshadow=compatible-local warning fixes 2022-08-24 22:04:28 +12:00
table Harmonize heapam and tableam parameter names. 2022-09-19 16:46:23 -07:00
tablesample Update copyright for 2022 2022-01-07 19:04:57 -05:00
transam Harmonize heapam and tableam parameter names. 2022-09-19 16:46:23 -07:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00