Re: resetStringInfo

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: resetStringInfo
Дата
Msg-id 1822.1172944691@sss.pgh.pa.us
обсуждение исходный текст
Ответ на resetStringInfo  (Neil Conway <neilc@samurai.com>)
Ответы Re: resetStringInfo  (Joe Conway <mail@joeconway.com>)
Список pgsql-patches
Neil Conway <neilc@samurai.com> writes:
> Attached is a patch that makes a minor addition to the StringInfo API:
> resetStringInfo(), which clears the current content of the StringInfo
> but leaves it valid for future operations.

> I needed this for an external project, but ISTM this would be worth
> including in mainline:

Sure.  I'm pretty sure there are a number of places currently doing this
"by hand"; would you mind looking around to see if you can fix 'em up
to use this function?

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Allow \pset to parse "on or off" for boolean values
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: resetStringInfo