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_2_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/d83c942920d9a6b9fc7f1b11ab93bfc65be39a03 Modified Files -------------- src/port/win32env.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
