postgresql/src/backend/access/common
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 Allow configurable LZ4 TOAST compression. 2021-03-19 15:10:38 -04:00
attmap.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
bufmask.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
detoast.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
heaptuple.c Harmonize heapam and tableam parameter names. 2022-09-19 16:46:23 -07:00
indextuple.c Overload index_form_tuple to allow the memory context to be supplied 2022-07-07 08:14:00 +12:00
printsimple.c Refactor sending of DataRow messages in replication protocol 2022-07-06 08:42:56 +02:00
printtup.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
relation.c pgstat: normalize function naming. 2022-04-06 21:29:46 -07:00
reloptions.c Remove useless pstrdups in untransformRelOptions 2022-09-13 11:59:31 +02:00
scankey.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
session.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
syncscan.c Change internal RelFileNode references to RelFileNumber or RelFileLocator. 2022-07-06 11:39:09 -04:00
toast_compression.c Fix incorrect uses of Datum conversion macros 2022-09-05 13:30:44 +02:00
toast_internals.c Pre-beta mechanical code beautification. 2022-05-12 15:17:30 -04:00
tupconvert.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
tupdesc.c Refactor sending of RowDescription messages in replication protocol 2022-07-04 19:43:58 +02:00