Thread: pgsql: Make pgwin32_putenv() visit debug CRTs.

pgsql: Make pgwin32_putenv() visit debug CRTs.

From
Noah Misch
Date:
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.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/5ab4b2ec4b7a3794aff271f05310f675dd2c7d05

Modified Files
--------------
src/port/win32env.c | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)