Make pgwin32_putenv() probe every known CRT, regardless of compiler.

Noah Misch <noah@leadboat.com>

Commit: 54aa6ccfc51414b94a2363be6302efb0f911b692
Author: Noah Misch <noah@leadboat.com>
Date: 2016-12-04T05:16:54Z
Releases: 10.0
Make pgwin32_putenv() probe every known CRT, regardless of compiler.

This extends to MinGW builds the provision for MSVC-built libraries to
see putenv() effects.  Doing so repairs, for example, the handling of
the krb_server_keyfile parameter when linked with MSVC-built MIT
Kerberos.  Like the previous commit, no back-patch.

Files

PathChange+/−
src/port/win32env.c modified +5 −5