postgresql/src
Peter Geoghegan a601366a46 Harmonize more parameter names in bulk.
Make sure that function declarations use names that exactly match the
corresponding names from function definitions in optimizer, parser,
utility, libpq, and "commands" code, as well as in remaining library
code.  Do the same for all code related to frontend programs (with the
exception of pg_dump/pg_dumpall related code).

Like other recent commits that cleaned up function parameter names, this
commit was written with help from clang-tidy.  Later commits will handle
ecpg and pg_dump/pg_dumpall.

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-20 13:09:30 -07:00
..
backend Harmonize more parameter names in bulk. 2022-09-20 13:09:30 -07:00
bin Harmonize more parameter names in bulk. 2022-09-20 13:09:30 -07:00
common Simplify handling of compression level with compression specifications 2022-09-14 12:16:57 +09:00
fe_utils Harmonize more parameter names in bulk. 2022-09-20 13:09:30 -07:00
include Harmonize more parameter names in bulk. 2022-09-20 13:09:30 -07:00
interfaces Harmonize more parameter names in bulk. 2022-09-20 13:09:30 -07:00
makefiles aix: No need to use mkldexport when we want to export all symbols 2022-09-09 19:11:49 -07:00
pl Harmonize more parameter names in bulk. 2022-09-20 13:09:30 -07:00
port Include c.h instead of postgres.h in src/port/*p{read,write}*.c 2022-09-17 09:21:59 -07:00
template Move darwin sysroot determination into separate file 2022-09-01 16:54:19 -07:00
test Refactor PG_TEST_EXTRA logic in autoconf build 2022-09-20 11:24:16 -07:00
timezone Consistently use named parameters in timezone code. 2022-09-19 15:13:42 -07:00
tools Fix `trap` in a few shell scripts 2022-09-20 18:50:16 +02:00
tutorial Update copyright for 2022 2022-01-07 19:04:57 -05:00
.gitignore
DEVELOPERS
Makefile Remove the option to build thread_test.c outside configure. 2020-10-21 12:08:48 -04:00
Makefile.global.in Split TESTDIR into TESTLOGDIR and TESTDATADIR 2022-09-19 18:03:17 -07:00
Makefile.shlib aix: No need to use mkldexport when we want to export all symbols 2022-09-09 19:11:49 -07:00
nls-global.mk Fix for make unportability 2022-07-13 09:15:01 +02:00