Re: snprintf improvements - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: snprintf improvements
Date
Msg-id 200503022035.13379.peter_e@gmx.net
Whole thread Raw
In response to Re: snprintf improvements  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > This patch uses our own snprintf() only when NLS support is
> > enabled,
>
> I see no point in this; it does not solve any problem we need solved,
> only complicate the configuration behavior even more.

I think this is analogous to checking for snprintf() support of 64-bit
integers only if we previously found 64-bit integers to be supported.
We don't need to include our own snprintf() if we don't need the extra
features it provides.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: snprintf improvements
Next
From: Bruce Momjian
Date:
Subject: Re: snprintf improvements