Re: StringInfo misc. issues

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: StringInfo misc. issues
Дата
Msg-id 784.1188400489@sss.pgh.pa.us
обсуждение исходный текст
Ответ на StringInfo misc. issues  (NikhilS <nikkhils@gmail.com>)
Ответы Re: StringInfo misc. issues
Список pgsql-hackers
NikhilS <nikkhils@gmail.com> writes:
> The attached patch should fix this.

And break other things, no doubt.  needed = 0 is a perfectly valid
edge case and mustn't be rejected here.  (In fact, I doubt you'd
even get through the regression tests with this patch ... how much
did you test it?)

The real problem with what you describe is that you should have used
makeStringInfo().

> I also found the absence of a function like resetStringInfo() a bit
> puzzling.

CVS HEAD is way ahead of you.
        regards, tom lane


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: StringInfo misc. issues
Следующее
От: Hans-Juergen Schoenig
Дата:
Сообщение: correct behavior of ANALYZE ...