Re: AppendStringInfoChar instead of appendStringInfoString

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: AppendStringInfoChar instead of appendStringInfoString
Дата
Msg-id 20201015173610.GA6171@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: AppendStringInfoChar instead of appendStringInfoString  (Justin Pryzby <pryzby@telsasoft.com>)
Список pgsql-hackers
On 2020-Sep-27, Justin Pryzby wrote:

> On Fri, Sep 25, 2020 at 08:49:57AM +0000, Hou, Zhijie wrote:
> > In (/src/backend/replication/backup_manifest.c)
> > 
> > I found the following code:
> > 
> >     appendStringInfoString(&buf, "\n");
> >     appendStringInfoString(&buf, "\"");
> 
> Good point.  There's another one:

These have been handled by David Rowley in commit 110d81728a0a.



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

Предыдущее
От: Greg Sabino Mullane
Дата:
Сообщение: psql \df choose functions by their arguments
Следующее
От: Pavel Stehule
Дата:
Сообщение: plan cache doesn't clean plans with references to dropped procedures