Re: port/snprintf.c (was Re: Numeric 508 datatype)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: port/snprintf.c (was Re: Numeric 508 datatype)
Дата
Msg-id 20289.1133760333@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: port/snprintf.c (was Re: Numeric 508 datatype)  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Tom Lane wrote:
>> Done ... let me know whether the back branches still pass regression
>> for you ;-)

> I checked back to 7.3 and everything passed. I did a cvs update,
> configure, gmake, and regression run for each branch.

[ digs a bit deeper... ]  Actually, it appears that that bug didn't
exist before 8.1; it was introduced here:

2005-03-16 22:18  momjian

    * src/port/snprintf.c: Factor duplicate snprintf code into
    functions.

by an ill-considered removal of an unsigned local variable.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: port/snprintf.c (was Re: Numeric 508 datatype)
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: [BUGS] date overflows