Re: AppendStringInfoChar instead of appendStringInfoString - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: AppendStringInfoChar instead of appendStringInfoString
Date
Msg-id 20201015173610.GA6171@alvherre.pgsql
Whole thread Raw
In response to Re: AppendStringInfoChar instead of appendStringInfoString  (Justin Pryzby <pryzby@telsasoft.com>)
List 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 by date:

Previous
From: Greg Sabino Mullane
Date:
Subject: psql \df choose functions by their arguments
Next
From: Pavel Stehule
Date:
Subject: plan cache doesn't clean plans with references to dropped procedures