Re: [pgsql-hackers-win32] Repleacement for src/port/snprintf.c

Поиск
Список
Период
Сортировка
От Nicolai Tufar
Тема Re: [pgsql-hackers-win32] Repleacement for src/port/snprintf.c
Дата
Msg-id d80929390502150629558be007@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [pgsql-hackers-win32] Repleacement for src/port/snprintf.c  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
On Sun, 13 Feb 2005 19:06:34 -0500 (EST), Bruce Momjian
<pgman@candle.pha.pa.us> wrote:
> Anyway, this is too large to put into 8.0, but I am attaching a patch
> for 8.1 that has the proper configure tests to check if the C library
> supports this behavior.  If it does not, the build will use our
> port/snprintf.c.
> One problem with that is that our snprintf.c is not thread-safe.  Seems
> the increases use of it will require us to fix this soon.  I have added
> to TODO:
>
>         * Make src/port/snprintf.c thread-safe

Okay, I am applying your patch to CVS HEAD and
getting hands on making snprintf.c thread-safe. I will
submit a roll up pathch in a day or two.

Regards,
Nicolai

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Which release cycle are we in?
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Shared dependency patch