Обсуждение: pgsql: Undo perl's nasty locale setting on Windows.

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

pgsql: Undo perl's nasty locale setting on Windows.

От
adunstan@postgresql.org (Andrew Dunstan)
Дата:
Log Message:
-----------

Undo perl's nasty locale setting on Windows. Since we can't do that as
elsewhere by setting the environment appropriately, we make perl do it
right after interpreter startup by calling its POSIX::setlocale().

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/pl/plperl:
        plperl.c (r1.67.4.5 -> r1.67.4.6)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plperl.c.diff?r1=1.67.4.5&r2=1.67.4.6)