pgsql: Fix user-facing English grammar introduced in the v19 cycle.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix user-facing English grammar introduced in the v19 cycle.
Date: 2026-09-02 00:04:46
Message-ID: E1x1YT7-000000036MA-2VIK@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix user-facing English grammar introduced in the v19 cycle.

Backpatch-through: 19

Branch
------
REL_19_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6dbc931a39976dbbffca99e4e9c77d4d2a8cc240

Modified Files
--------------
doc/src/sgml/func/func-admin.sgml | 2 +-
doc/src/sgml/logical-replication.sgml | 2 +-
doc/src/sgml/queries.sgml | 2 +-
doc/src/sgml/ref/wait_for.sgml | 4 ++--
src/backend/statistics/extended_stats_funcs.c | 2 +-
src/backend/utils/activity/wait_event_names.txt | 2 +-
6 files changed, 7 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2026-09-02 00:20:03 pgsql: Speed up pg_waldump TAP test
Previous Message Nathan Bossart 2026-09-01 21:28:18 pgsql: pg_dump: Fix performance regression in attribute statistics quer