pgsql: Fix more typos and inconsistencies in the tree

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix more typos and inconsistencies in the tree
Date: 2019-06-17 07:15:24
Message-ID: E1hclrQ-0002wn-1F@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix more typos and inconsistencies in the tree

Author: Alexander Lakhin
Discussion: https://postgr.es/m/0a5419ea-1452-a4e6-72ff-545b1a5a8076@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3412030205211079f9b0510e2244083e4ee7b15a

Modified Files
--------------
contrib/jsonb_plpython/jsonb_plpython.c | 2 +-
contrib/pg_prewarm/autoprewarm.c | 6 +++---
contrib/pg_trgm/trgm_op.c | 2 +-
src/backend/access/common/session.c | 2 +-
src/backend/access/hash/hash.c | 2 +-
src/backend/access/transam/xact.c | 2 +-
src/backend/catalog/index.c | 2 +-
src/backend/catalog/partition.c | 2 +-
src/backend/commands/copy.c | 4 ++--
src/backend/commands/functioncmds.c | 2 +-
src/backend/executor/execMain.c | 5 +++--
src/backend/executor/execUtils.c | 2 +-
src/backend/executor/nodeHash.c | 8 ++++----
src/backend/executor/nodeProjectSet.c | 11 ++++++-----
src/backend/jit/llvm/Makefile | 2 +-
src/backend/lib/integerset.c | 2 +-
src/backend/libpq/pqformat.c | 2 +-
src/backend/replication/walsender.c | 3 ++-
src/backend/statistics/mcv.c | 2 +-
src/backend/storage/file/fd.c | 2 +-
src/backend/storage/file/sharedfileset.c | 2 +-
src/backend/storage/ipc/barrier.c | 2 +-
src/backend/storage/ipc/shm_mq.c | 2 +-
src/backend/utils/Gen_fmgrtab.pl | 2 +-
src/backend/utils/adt/jsonfuncs.c | 2 +-
src/backend/utils/sort/sharedtuplestore.c | 2 +-
src/bin/pg_dump/common.c | 2 +-
src/include/access/xlogdefs.h | 2 +-
src/include/catalog/partition.h | 2 +-
src/include/catalog/pg_foreign_data_wrapper.h | 4 ++--
src/include/executor/tuptable.h | 6 +++---
src/include/optimizer/placeholder.h | 2 --
src/include/partitioning/partprune.h | 2 +-
src/include/port/pg_bitutils.h | 2 +-
src/include/utils/jsonapi.h | 2 +-
src/include/utils/sharedtuplestore.h | 2 +-
src/pl/plperl/plperl.h | 2 +-
src/port/pwrite.c | 2 +-
src/test/isolation/specs/partition-key-update-4.spec | 2 +-
src/test/modules/test_integerset/README | 2 +-
src/tools/msvc/config_default.pl | 1 -
41 files changed, 56 insertions(+), 56 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Christoph Berg 2019-06-17 11:46:07 Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.)
Previous Message Michael Paquier 2019-06-17 02:44:20 Re: pgsql: Avoid spurious deadlocks when upgrading a tuple lock