pgsql: Don't call SetEnvironmentVariable() when removing an environment - Mailing list pgsql-committers

From [email protected] (Magnus Hagander)
Subject pgsql: Don't call SetEnvironmentVariable() when removing an environment
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: [email protected] (User Bmomjian)
Date:
Subject: pg-migrator - src: Update port default values in --help.
Next
From: [email protected] (Bruce Momjian)
Date:
Subject: pgsql: Remove tabs from SGML.