Refactor Windows error message for easier translation
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 4 Feb 2021 12:31:13 +0000 (13:31 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 4 Feb 2021 12:31:13 +0000 (13:31 +0100)
commit3c78e0569ca04f4c92f0adcd74471398bb7b2e55
treec5d43549a4e93981b5428247534d6bf0ca3eab57
parent5128483d064038702f535aced2cbaa43256db214
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.
doc/src/sgml/config.sgml
src/backend/port/win32_shmem.c