pgsql: Refactor Windows error message for easier translation

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Refactor Windows error message for easier translation
Date: 2021-02-04 12:40:28
Message-ID: E1l7dvw-0006wZ-2W@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Refactor Windows error message for easier translation

In the error messages referring to the user right "Lock pages in
memory", this is a term from the Windows OS, so it should be
translated in accordance with the OS localization. Refactor the error
messages so this is easier and clearer. Also fix the capitalization
to match the existing capitalization in the OS.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3c78e0569ca04f4c92f0adcd74471398bb7b2e55

Modified Files
--------------
doc/src/sgml/config.sgml | 6 +++---
src/backend/port/win32_shmem.c | 16 ++++++++++------
2 files changed, 13 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2021-02-04 15:41:18 pgsql: Fix small error in COPY FROM progress reporting.
Previous Message Michael Paquier 2021-02-04 08:17:09 pgsql: Ensure unlinking of old index file with REINDEX (TABLESPACE)