Re: compiling with ssl without thread safety still broken

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: compiling with ssl without thread safety still broken
Дата
Msg-id 1116.1080357165@sss.pgh.pa.us
обсуждение исходный текст
Ответ на compiling with ssl without thread safety still broken  (Kris Jurka <books@ejurka.com>)
Ответы Re: compiling with ssl without thread safety still broken  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Kris Jurka <books@ejurka.com> writes:
> Compiling with ssl without thread safety still broken.
> pq_initssllib is being incorrectly guarded by ENABLE_THREAD_SAFETY.

Not to mention that it has NO business being declared at some random
place in the middle of the file.  Fix committed, but some further review
of this mare's-nest seems warranted.

This file is getting to be a poster child for the reasons not to use
#ifdefs :-(

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: APC/socket fix (final?)
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Removing cruft in access/transam/xact.c