Re: configure.in / xml / quoting trouble

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: configure.in / xml / quoting trouble
Дата
Msg-id 11619.1184954378@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: configure.in / xml / quoting trouble  (Patrick Welche <prlw1@newn.cam.ac.uk>)
Список pgsql-patches
Patrick Welche <prlw1@newn.cam.ac.uk> writes:
> Also, what was the danger with linking pthread?

Basically, the worry with code that wants thread support is that it
might actually try to use that support, and the backend in general will
not survive that (no threading protections).  Also, depending on your
platform, linking in thread support might incur some generalized
overhead costs even when it's not being used; for instance the malloc
functions might start using mutexes.

            regards, tom lane

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

Предыдущее
От: Patrick Welche
Дата:
Сообщение: Re: configure.in / xml / quoting trouble
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: SSPI authentication - patch