pgsql: Unify some error messages to ease work of translators

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Unify some error messages to ease work of translators
Date: 2024-09-04 05:53:58
Message-ID: E1slixp-0004Pc-EP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-09-04 12:52:58 pgsql: Remove a couple of strerror() calls
Previous Message Michael Paquier 2024-09-04 04:58:57 pgsql: Apply more quoting to GUC names in messages