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(-)