Re: thread safety testing fix

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: thread safety testing fix
Дата
Msg-id 40B78A5F.2050401@pse-consulting.de
обсуждение исходный текст
Ответ на Re: thread safety testing fix  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Tom Lane wrote:

>Andreas Pflug <pgadmin@pse-consulting.de> writes:
>
>
>>When checking for thread safety with src/tools/thread/thread_test.c, the
>>mktemp function wants an argument that contains 6 X, while the current
>>version only supplies 5 X which will fail on my SuSE 8.1.
>>Patch attached.
>>
>>
>
>Isn't this going to break platforms that only want 5 X's ?
>

Probably not., any additional X will just be ignored.
AFAICS all platforms want at least 6 X anyway.

Regards,
Andreas


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

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: Re: Libpq ssl fix
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Libpq ssl fix