Re: BUG #1044: snprintf() shipped with PostgreSQL is not thread safe

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #1044: snprintf() shipped with PostgreSQL is not thread safe
Дата
Msg-id 12010.1073582320@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #1044: snprintf() shipped with PostgreSQL is not thread  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-bugs
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> What we could do is to throw a compile #error if you hit our own
> snprintf() and are compiling with threads enabled.

Good thought.  If we get any complaints then we can reconsider applying
this patch, otherwise there's no need.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #1044: snprintf() shipped with PostgreSQL is not thread
Следующее
От: Seum-Lim Gan
Дата:
Сообщение: Re: dyntest.pgc not working in 7.4 ?