pgsql: Unify some error messages to ease work of translators - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Unify some error messages to ease work of translators
Date
Msg-id E1slixp-0004Pc-EP@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Unify some error messages to ease work of translators

This commit updates a couple of error messages around control file data,
GUCs and server settings, unifying to the same message where possible.
This reduces the translation burden a bit.

Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+Pv-kSN8SkxSdoHano_wPubqcg5789ejhCDZAcLFceBR-w@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a68159ff2b32f290b1136e2940470d50b8491301

Modified Files
--------------
src/backend/access/transam/xlog.c | 80 +++++++++++++++++++++++++--------------
src/backend/commands/variable.c   |  6 ++-
src/backend/storage/file/fd.c     |  9 +++--
src/backend/utils/fmgr/dfmgr.c    | 20 ++++++----
4 files changed, 73 insertions(+), 42 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Apply more quoting to GUC names in messages
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Remove a couple of strerror() calls