pgsql: Error message refactoring

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Error message refactoring
Date: 2023-06-23 14:44:01
Message-ID: E1qCi13-0001Qm-Cf@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Error message refactoring

Take some untranslatable things out of the message and replace by
format placeholders, to reduce translatable strings and reduce
translation mistakes.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3ad5f07c0fe9a734fb4e2484c7165f9280dbefa7

Modified Files
--------------
src/backend/replication/logical/launcher.c | 4 ++--
src/backend/replication/slot.c | 2 +-
src/backend/storage/lmgr/lock.c | 12 ++++++------
src/backend/storage/lmgr/predicate.c | 6 +++---
4 files changed, 12 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2023-06-24 02:51:22 pgsql: doc: rename "decades" to be more generic
Previous Message Peter Eisentraut 2023-06-23 12:53:30 pgsql: doc: Improve punctuation