pgsql: Fix variety of typos and grammar mistakes

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix variety of typos and grammar mistakes
Date: 2026-02-24 04:27:41
Message-ID: E1vuk1N-000v8w-0V@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix variety of typos and grammar mistakes

This commit includes a batch of fixes for various minor typos and
grammar mistakes, that have been proposed to the hackers mailing list
since the beginning of January.

Similar batches are planned on a bi-monthly basis depending on the
amount received, with the next one for the end of April.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/462fe0ff6215ae222fc866af621e4b86462289b1

Modified Files
--------------
contrib/amcheck/verify_nbtree.c | 2 +-
src/backend/access/brin/brin_minmax_multi.c | 2 +-
src/backend/access/gist/gistget.c | 4 ++--
src/backend/access/transam/multixact.c | 2 +-
src/backend/access/transam/xlogrecovery.c | 6 +++---
src/backend/backup/basebackup_copy.c | 2 +-
src/backend/commands/extension.c | 2 +-
src/backend/statistics/extended_stats_funcs.c | 2 +-
src/backend/storage/smgr/smgr.c | 2 +-
src/bin/pg_basebackup/pg_receivewal.c | 2 +-
src/bin/pg_resetwal/pg_resetwal.c | 2 +-
src/fe_utils/astreamer_zstd.c | 2 +-
src/include/nodes/parsenodes.h | 2 +-
13 files changed, 16 insertions(+), 16 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2026-02-24 09:42:06 pgsql: Allow ALTER COLUMN SET EXPRESSION on virtual columns with CHECK
Previous Message Michael Paquier 2026-02-24 03:56:00 pgsql: doc: Adjust some markups on pg_waldump page