Re: Numeric 508 datatype

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Numeric 508 datatype
Дата
Msg-id 200512022229.jB2MTxa01974@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Numeric 508 datatype  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Numeric 508 datatype  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > Tom Lane wrote:
> >> Uh, how is control getting to snprintf?  I don't see that used either
> >> in numeric.c or in printtup.c.
>
> > I am seeing it in the standalone backend here:
>
> >     debugtup (slot=0x856e0b0, self=0x84306d0) at printtup.c:548
> >     548                     printatt((unsigned) i + 1, typeinfo->attrs[i], value);
>
> That would only affect a standalone backend, however, not normal
> operation.

Ah, psql itself is using the same buggy snprintf.c.  That would explain
the long dash line, but short digits.

--
  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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Numeric 508 datatype
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Numeric 508 datatype