]> granicus.if.org Git - postgresql/commit
Fix inconsistencies and typos in the tree
authorMichael Paquier <michael@paquier.xyz>
Mon, 22 Jul 2019 01:01:50 +0000 (10:01 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 22 Jul 2019 01:01:50 +0000 (10:01 +0900)
commit23bccc823d434d9dcf3c12622fe260d9235baae2
treea966eef34e7f33cf1ce9c729d3f423a5b5b9389d
parente1a0f6a983068675813074847e1d0d61bd37ac0e
Fix inconsistencies and typos in the tree

This is numbered take 7, and addresses a set of issues with code
comments, variable names and unreferenced variables.

Author: Alexander Lakhin
Discussion: https://postgr.es/m/dff75442-2468-f74f-568c-6006e141062f@gmail.com
44 files changed:
contrib/jsonb_plperl/jsonb_plperlu--1.0.sql
contrib/pgcrypto/pgp-compress.c
doc/src/sgml/problems.sgml
src/backend/access/common/reloptions.c
src/backend/access/gin/gindatapage.c
src/backend/access/gist/gistget.c
src/backend/access/gist/gistutil.c
src/backend/access/hash/hashovfl.c
src/backend/access/hash/hashpage.c
src/backend/access/heap/heapam.c
src/backend/access/heap/pruneheap.c
src/backend/access/index/genam.c
src/backend/access/spgist/spgscan.c
src/backend/access/transam/clog.c
src/backend/access/transam/xlog.c
src/backend/commands/trigger.c
src/backend/executor/nodeAgg.c
src/backend/executor/spi.c
src/backend/partitioning/partbounds.c
src/backend/port/win32_sema.c
src/backend/storage/ipc/procarray.c
src/backend/utils/adt/datetime.c
src/backend/utils/adt/jsonb_util.c
src/backend/utils/adt/oid.c
src/backend/utils/adt/tsvector_op.c
src/backend/utils/fmgr/fmgr.c
src/backend/utils/time/snapmgr.c
src/common/md5.c
src/include/access/ginblock.h
src/include/access/ginxlog.h
src/include/access/heapam_xlog.h
src/include/access/spgist_private.h
src/include/access/xact.h
src/include/executor/nodeAgg.h
src/include/mb/pg_wchar.h
src/include/pg_config.h.win32
src/include/utils/formatting.h
src/include/utils/jsonb.h
src/include/utils/relcache.h
src/interfaces/ecpg/ecpglib/execute.c
src/interfaces/ecpg/pgtypeslib/timestamp.c
src/pl/plpgsql/src/pl_gram.y
src/pl/tcl/pltcl.c
src/test/recovery/t/011_crash_recovery.pl