Re: snprintf improvements

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: snprintf improvements
Дата
Msg-id 200503021543.j22Fh1Y24115@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: snprintf improvements  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-patches
Peter Eisentraut wrote:
> Am Mittwoch, 2. M?rz 2005 15:48 schrieb Bruce Momjian:
> > This patch uses our own snprintf() only when NLS support is enabled, and
> > I added support for %qd and %I64d in snprintf.  We might need those in
> > the final version if it is exported to apps.
>
> test -a is not portable.

Thanks, fixed:

    if test "$enable_nls" = yes && test $pgac_need_repl_snprintf = no; then

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: snprintf improvements
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [pgsql-hackers-win32] [HACKERS] snprintf causes regression tests