pgsql: Fix typos and grammar of some comments - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix typos and grammar of some comments
Date
Msg-id E1x772e-000000004y8-23OX@gemulon.postgresql.org
Whole thread
List pgsql-committers
Fix typos and grammar of some comments

These errors have been reported to the mailing lists in the last few
weeks.  Some of the spots fixed have been noticed by myself during
independent code reviews, but not all.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/be00f041a331d5e6a49f21f139c9518542bdf9b3

Modified Files
--------------
contrib/amcheck/verify_heapam.c                              |  4 ++--
src/backend/access/common/toast_internals.c                  |  6 +++---
src/backend/access/index/genam.c                             |  2 +-
src/backend/replication/logical/logicalctl.c                 | 12 ++++++------
src/bin/pg_ctl/t/001_start_stop.pl                           |  2 +-
src/include/mb/pg_wchar.h                                    |  2 +-
src/include/utils/rel.h                                      |  2 +-
src/include/varatt.h                                         |  2 +-
src/port/path.c                                              |  2 +-
.../modules/test_extensible/expected/test_extensible.out     |  2 +-
src/test/modules/test_extensible/sql/test_extensible.sql     |  2 +-
11 files changed, 19 insertions(+), 19 deletions(-)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: doc: Say which LSN gives read-your-writes with WAIT
Next
From: Álvaro Herrera
Date:
Subject: pgsql: Fix REPACK worker startup and shutdown sequences