pgsql: Error message refactoring - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Error message refactoring
Date
Msg-id E1jkive-0007w0-FA@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/47d4d0cfad6921fe1f6aabacc8a7a328ce9acb76

Modified Files
--------------
src/bin/pg_basebackup/pg_basebackup.c | 12 ++++++++----
src/interfaces/libpq/fe-connect.c     | 20 ++++++++++++--------
2 files changed, 20 insertions(+), 12 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Bump catversion for ACL changes on replication origin functions
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: Fix behavior of exp() and power() for infinity inputs.