]> granicus.if.org Git - postgresql/commit
Make pgwin32_putenv() visit debug CRTs.
authorNoah Misch <noah@leadboat.com>
Sat, 3 Dec 2016 20:46:36 +0000 (15:46 -0500)
committerNoah Misch <noah@leadboat.com>
Sat, 3 Dec 2016 20:46:36 +0000 (15:46 -0500)
commit95b9b8a3977f854e0bfb2a5614b699b7774ae673
treeb2e4cadef69abe8f6f581342baca5262c1d55cef
parentb37da1e8a0e46ae12415fafd3ea441fc3546cf2f
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.
src/port/win32env.c