]> granicus.if.org Git - postgresql/commit
Fix inconsistencies in the code
authorMichael Paquier <michael@paquier.xyz>
Mon, 8 Jul 2019 04:15:09 +0000 (13:15 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 8 Jul 2019 04:15:09 +0000 (13:15 +0900)
commit6b8548964bccd0f2e65c687d591b7345d5146bfa
tree29cddb4e0aa0bc59b02850daf6f508394f8f0ec1
parent7e9a4c5c3dca0d9637812d8991e96fc8f46800d9
Fix inconsistencies in the code

This addresses a couple of issues in the code:
- Typos and inconsistencies in comments and function declarations.
- Removal of unreferenced function declarations.
- Removal of unnecessary compile flags.
- A cleanup error in regressplans.sh.

Author: Alexander Lakhin
Discussion: https://postgr.es/m/0c991fdf-2670-1997-c027-772a420c4604@gmail.com
37 files changed:
contrib/cube/cube.c
doc/src/sgml/catalogs.sgml
doc/src/sgml/gist.sgml
src/backend/access/transam/multixact.c
src/backend/catalog/aclchk.c
src/backend/catalog/namespace.c
src/backend/executor/README
src/backend/executor/execScan.c
src/backend/executor/execTuples.c
src/backend/executor/nodeProjectSet.c
src/backend/executor/nodeRecursiveunion.c
src/backend/lib/dshash.c
src/backend/postmaster/autovacuum.c
src/backend/replication/basebackup.c
src/backend/storage/buffer/localbuf.c
src/backend/storage/ipc/procarray.c
src/backend/storage/lmgr/predicate.c
src/backend/storage/smgr/md.c
src/backend/utils/adt/tsrank.c
src/backend/utils/misc/tzparser.c
src/bin/pg_dump/pg_backup_db.c
src/include/access/heapam.h
src/include/access/timeline.h
src/include/executor/executor.h
src/include/executor/tablefunc.h
src/include/nodes/execnodes.h
src/include/partitioning/partprune.h
src/include/port/atomics/generic-acc.h
src/interfaces/ecpg/compatlib/exports.txt
src/interfaces/ecpg/ecpglib/ecpglib_extern.h
src/interfaces/ecpg/ecpglib/execute.c
src/interfaces/ecpg/include/ecpglib.h
src/interfaces/ecpg/preproc/Makefile
src/interfaces/ecpg/preproc/preproc_extern.h
src/pl/plpgsql/src/pl_exec.c
src/test/regress/regressplans.sh
src/tools/msvc/Mkvcbuild.pm