Re: BUG #1044: snprintf() shipped with PostgreSQL is not thread safe - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #1044: snprintf() shipped with PostgreSQL is not thread safe
Date
Msg-id 12010.1073582320@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #1044: snprintf() shipped with PostgreSQL is not thread  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: BUG #1044: snprintf() shipped with PostgreSQL is not thread
Next
From: Seum-Lim Gan
Date:
Subject: Re: dyntest.pgc not working in 7.4 ?