pgsql: Make pgwin32_putenv() visit debug CRTs. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Make pgwin32_putenv() visit debug CRTs.
Date
Msg-id E1cDHKr-0003i4-K2@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/784054579b7d043a35a5af92da462a3e0f53750f

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


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Make pgwin32_putenv() visit debug CRTs.
Next
From: Noah Misch
Date:
Subject: pgsql: Refine win32env.c cosmetics.