Re: AppendStringInfoChar instead of appendStringInfoString

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Cc: "Hou, Zhijie" <houzj(dot)fnst(at)cn(dot)fujitsu(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: AppendStringInfoChar instead of appendStringInfoString
Date: 2020-10-15 17:36:10
Message-ID: 20201015173610.GA6171@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2020-10-15 17:54:31 plan cache doesn't clean plans with references to dropped procedures
Previous Message Greg Sabino Mullane 2020-10-15 17:21:06 psql \df choose functions by their arguments