Thread: pgsql: Make the win32 putenv() override update *all* present versions of

pgsql: Make the win32 putenv() override update *all* present versions of

From
mha@postgresql.org (Magnus Hagander)
Date:
Log Message:
-----------
Make the win32 putenv() override update *all* present versions of the
MSVCRxx runtime, not just the current + Visual Studio 6 (MSVCRT). Clearly
there can be an almost unlimited number of runtimes loaded at the same
time.

Per report from Hiroshi Inoue

Modified Files:
--------------
    pgsql/src/port:
        win32env.c (r1.5 -> r1.6)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/port/win32env.c?r1=1.5&r2=1.6)