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

From Nicolai Tufar
Subject Re: [pgsql-hackers-win32] Repleacement for src/port/snprintf.c
Date
Msg-id d80929390502150629558be007@mail.gmail.com
Whole thread Raw
In response to Re: [pgsql-hackers-win32] Repleacement for src/port/snprintf.c  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Which release cycle are we in?
Next
From: Alvaro Herrera
Date:
Subject: Re: Shared dependency patch