Обсуждение: pgsql: Don't call SetEnvironmentVariable() when removing an environment

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

pgsql: Don't call SetEnvironmentVariable() when removing an environment

От
mha@postgresql.org (Magnus Hagander)
Дата:
Log Message:
-----------
Don't call SetEnvironmentVariable() when removing an environment variable,
as this seems to crash on at least some versions of MingW. Our current usage
of this function does not require it, so it should be ok to ignore.

Modified Files:
--------------
    pgsql/src/port:
        win32env.c (r1.1 -> r1.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/port/win32env.c?r1=1.1&r2=1.2)