pgsql: Refactor Windows error message for easier translation - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Refactor Windows error message for easier translation
Date
Msg-id E1l7dvw-0006wZ-2W@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Ensure unlinking of old index file with REINDEX (TABLESPACE)
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix small error in COPY FROM progress reporting.