pgsql: Make pgwin32_putenv() visit debug CRTs.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Make pgwin32_putenv() visit debug CRTs.
Дата
Msg-id E1cDHKr-0003iQ-Nl@gemulon.postgresql.org
обсуждение исходный текст
Список 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_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/b45a4949de999bd1ee42b3f6029b75f6939c74c9

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Refine win32env.c cosmetics.
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Make pgwin32_putenv() visit debug CRTs.