pgsql: Refactor Windows error message for easier translation

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Refactor Windows error message for easier translation
Дата
Msg-id E1l7dvw-0006wZ-2W@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Ensure unlinking of old index file with REINDEX (TABLESPACE)
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix small error in COPY FROM progress reporting.