Make pgwin32_putenv() visit debug CRTs.

Noah Misch <noah@leadboat.com>

Commit: 6c5d5918b5f7fe5e24680832a5c381dd3ae934f0
Author: Noah Misch <noah@leadboat.com>
Date: 2016-12-03T20:47:31Z
Releases: 9.3.16
Make pgwin32_putenv() visit debug CRTs.

This has no effect in the most conventional case, where no relevant DLL
uses a debug build.  For an example where it does matter, given a debug
build of MIT Kerberos, the krb_server_keyfile parameter usually had no
effect.  Since nobody wants a Heisenbug, back-patch to 9.2 (all
supported versions).

Christian Ullrich, reviewed by Michael Paquier.

Files

PathChange+/−
src/port/win32env.c modified +24 −0