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: 2021-06-27 07:48:38
Message-ID: E1lxPWw-0002TC-Ih@gemulon.postgresql.org
Views: Raw Message | Whole Thread | 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/c302a6139072fed9410204fa9e751d95930e05ff

Modified Files
--------------
src/backend/replication/logical/logical.c | 30 ++++++++++++++++++++----------
src/backend/statistics/extended_stats.c | 3 ++-
src/backend/utils/adt/numeric.c | 16 ++++++++--------
3 files changed, 30 insertions(+), 19 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-06-27 16:45:29 pgsql: Remove memory leaks in isolationtester.
Previous Message Fabien COELHO 2021-06-27 05:48:25 Re: pgsql: Fix pattern matching logic for logs in TAP tests of pgbench