pgsql: Message and comment wording fixes

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Message and comment wording fixes
Date: 2026-06-25 08:52:46
Message-ID: E1wcfpG-0008hZ-2y@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Message and comment wording fixes

Some parts of pg_upgrade referred to "on the old cluster" etc. Change
that to "in the old cluster", matching existing style.

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/logical-replication.sgml | 6 +++---
src/bin/pg_upgrade/check.c | 6 +++---
src/bin/pg_upgrade/t/003_logical_slots.pl | 6 +++---
src/bin/pg_upgrade/t/004_subscription.pl | 4 ++--
src/bin/pg_upgrade/t/006_transfer_modes.pl | 2 +-
5 files changed, 12 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Langote 2026-06-25 11:45:12 pgsql: Avoid ABI break in ModifyTableState from the FDW pruning fix
Previous Message Peter Eisentraut 2026-06-25 06:37:07 pgsql: doc: Some spell checking