pgsql: Message wording improvements

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Message wording improvements
Date: 2025-08-25 21:35:44
Message-ID: E1uqeqt-001ebH-25@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Message wording improvements

Use "row" instead of "tuple" for user-facing information for
logical replication conflicts.

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9d115b9e11f553991badc0148bfa52580d1b3c8f

Modified Files
--------------
doc/src/sgml/logical-replication.sgml | 28 ++++++++++++++--------------
src/backend/executor/execReplication.c | 6 +++---
src/backend/replication/logical/conflict.c | 26 +++++++++++++-------------
src/include/replication/conflict.h | 4 ++--
src/test/subscription/t/001_rep_changes.pl | 4 ++--
src/test/subscription/t/013_partition.pl | 8 ++++----
src/test/subscription/t/029_on_error.pl | 2 +-
src/test/subscription/t/030_origin.pl | 4 ++--
src/test/subscription/t/035_conflicts.pl | 16 ++++++++--------
9 files changed, 49 insertions(+), 49 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-08-26 09:56:34 pgsql: Raise C requirement to C11
Previous Message Nathan Bossart 2025-08-25 19:11:26 pgsql: Use PqMsg_* macros in applyparallelworker.c.