pgsql: Make pgwin32_putenv() probe every known CRT, regardless of compi

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Make pgwin32_putenv() probe every known CRT, regardless of compi
Дата
Msg-id E1cDPJW-0004GF-0Y@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Make pgwin32_putenv() probe every known CRT, regardless of compiler.

This extends to MinGW builds the provision for MSVC-built libraries to
see putenv() effects.  Doing so repairs, for example, the handling of
the krb_server_keyfile parameter when linked with MSVC-built MIT
Kerberos.  Like the previous commit, no back-patch.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/54aa6ccfc51414b94a2363be6302efb0f911b692

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


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

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Make pgwin32_putenv() follow DLL loading and unloading.
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Document recipe for testing compatibility with old Perl.