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-001ebF-1y@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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/99234e9ddc02f45eb122f83d49031e2c517d0af8

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 | 22 +++++++++++-----------
9 files changed, 52 insertions(+), 52 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.