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

Started by Magnus Haganderover 17 years ago1 messagescomitters
Jump to latest
#1Magnus Hagander
magnus@hagander.net

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)