pgsql: Encoding PG_UHC is code page 949.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Encoding PG_UHC is code page 949.
Дата
Msg-id E1ZQPIh-00085s-FV@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Encoding PG_UHC is code page 949.

This fixes presentation of non-ASCII messages to the Windows event log
and console in rare cases involving Korean locale.  Processes like the
postmaster and checkpointer, but not processes attached to databases,
were affected.  Back-patch to 9.4, where MessageEncoding was introduced.
The problem exists in all supported versions, but this change has no
effect in the absence of the code recognizing PG_UHC MessageEncoding.

Noticed while investigating bug #13427 from Dmitri Bourlatchkov.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/f19ad6fbe46afe5005fb0f38ebd436c7cfcbb9ec

Modified Files
--------------
src/backend/utils/mb/encnames.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Restore old pgwin32_message_to_UTF16() behavior outside transact
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Encoding PG_UHC is code page 949.