pgsql: Fix typos and grammar of some comments

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typos and grammar of some comments
Date: 2026-09-17 08:00:24
Message-ID: E1x772e-000000004y8-23OX@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Álvaro Herrera 2026-09-17 09:47:14 pgsql: Fix REPACK worker startup and shutdown sequences
Previous Message Alexander Korotkov 2026-09-17 06:37:16 pgsql: doc: Explain when to use the WAIT NO_THROW option