Re: [pgsql-hackers-win32] snprintf causes regression tests to fail

Поиск
Список
Период
Сортировка
Искать
От
Nicolai Tufar
Тема
Re: [pgsql-hackers-win32] snprintf causes regression tests to fail
Дата
Msg-id
d8092939050301125722d9078f@mail.gmail.com
Ответ на
Список
Дерево обсуждения
snprintf causes regression tests to fail "Magnus Hagander" <mha@sollentuna.net>
Re: snprintf causes regression tests to fail Nicolai Tufar <ntufar@gmail.com>
Re: snprintf causes regression tests to fail pgsql@mohawksoft.com
Re: snprintf causes regression tests to fail Tom Lane <tgl@sss.pgh.pa.us>
Re: snprintf causes regression tests to fail Bruce Momjian <pgman@candle.pha.pa.us>
On Tue, 1 Mar 2005 15:38:58 -0500 (EST), pgsql@mohawksoft.com
 wrote:
> Is there a reason why we don't use the snprintf that comes with the
> various C compilers?

snprintf() is usually buried in OS libraries. We implement
our own snprintf to make things like this:
snprintf(buf,"%2$s %1$s","world","Hello"); 
which is not supported on some platforms work.

We do it for national language translation of
messages. In some languages you may need
to change order of parameters to make a meaningful
sentence.

Another question is why we are using it for printing
values from database. I am not too good on function
overriding in standard C but maybe there is a way
to usage of standard snprintf() in a particular place.
В списке pgsql-hackers по дате отправления
От: Magnus Hagander
Дата:
От: pgsql@mohawksoft.com
Дата:
FAQ