Cleaner API for appendStringInfoVA

Поиск
Список
Период
Сортировка
От Marko Kreen
Тема Cleaner API for appendStringInfoVA
Дата
Msg-id e51f66da0711230155n1e5907bboa22aef5b9a5be9b4@mail.gmail.com
обсуждение исходный текст
Ответы Re: Cleaner API for appendStringInfoVA  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Cleaner API for appendStringInfoVA  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-patches
Attached patch moves decision how much more room to allocate
from callers of appendStringInfoVA to inside the function,
where more info is available.

On systems with broken vsnprintf() it falls back
to doubleing the buffer.

Fixme: the +1 could be something larger?  Aligned?

--
marko

Вложения

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

Предыдущее
От: "Marko Kreen"
Дата:
Сообщение: Re: plpython crash on exception
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: [HACKERS] wrong behavior using to_char() again