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

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

From
mha@postgresql.org (Magnus Hagander)
Date:
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)