pgsql: Fix assorted typos

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix assorted typos
Date: 2020-03-31 14:00:37
Message-ID: E1jJHRV-0001Yn-Im@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix assorted typos

Author: Daniel Gustafsson <daniel(at)yesql(dot)se>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/087d3d0583cf292146a7385746d1f5b53eeeaee6

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml | 4 ++--
src/backend/storage/ipc/procarray.c | 2 +-
src/backend/tcop/postgres.c | 2 +-
src/backend/utils/adt/jsonfuncs.c | 2 +-
src/backend/utils/mb/stringinfo_mb.c | 2 +-
src/bin/pg_dump/pg_dump.c | 2 +-
src/include/access/attmap.h | 2 +-
7 files changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2020-03-31 14:54:17 pgsql: Improve error reporting in opclasscmds.c
Previous Message Amit Kapila 2020-03-31 11:58:11 Re: pgsql: Allow vacuum command to process indexes in parallel.