pgsql: Error message refactoring - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Error message refactoring
Date
Msg-id E1lxPWw-0002TC-Ih@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: pgsql: Fix pattern matching logic for logs in TAP tests of pgbench
Next
From: Tom Lane
Date:
Subject: pgsql: Remove memory leaks in isolationtester.