postgresql/src/backend/access/table
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
..
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
table.c Eliminate duplicate code in table.c. 2022-07-26 08:22:53 +05:30
tableam.c Harmonize heapam and tableam parameter names. 2022-09-19 16:46:23 -07:00
tableamapi.c Split up guc.c for better build speed and ease of maintenance. 2022-09-13 11:11:45 -04:00
toast_helper.c Fix incorrect uses of Datum conversion macros 2022-09-05 13:30:44 +02:00