Обсуждение: pgsql: Make locale_messages_assign() really work on Windows; the prior

Поиск
Список
Период
Сортировка

pgsql: Make locale_messages_assign() really work on Windows; the prior

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Make locale_messages_assign() really work on Windows; the prior hack
only covered the case of assigning "", and failed to recognize that
actually setlocale(LC_MESSAGES,...) does not work at all on this platform.
Magnus Hagander, some code prettification by Tom Lane.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        pg_locale.c (r1.28 -> r1.29)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/pg_locale.c.diff?r1=1.28&r2=1.29)