Re: snprintf causes regression tests to fail

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: snprintf causes regression tests to fail
Дата
Msg-id 6861.1109737284@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: snprintf causes regression tests to fail  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: snprintf causes regression tests to fail
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Tom Lane wrote:
>> Does it help if you flip the order of the snprintf and vsnprintf
>> functions in snprintf.c?

> Yes, it fixes the problem and I have applied the reordering with a
> comment.

Fascinating.

> I will start working on fixing the large fmtpar allocations now.

Quite honestly, this code is not worth micro-optimizing because it
is fundamentally broken.  See my other comments in this thread.

Can we find a BSD-license implementation that follows the spec?

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: snprintf causes regression tests to fail
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: snprintf causes regression tests to fail