Re: Use appendStringInfoString and appendPQExpBufferStr where possible

David Rowley <dgrowleyml@gmail.com>

From: David Rowley <dgrowleyml@gmail.com>
To: "Hou, Zhijie" <houzj.fnst@cn.fujitsu.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2020-09-22T07:38:06Z
Lists: pgsql-hackers
On Tue, 22 Sep 2020 at 17:00, Hou, Zhijie <houzj.fnst@cn.fujitsu.com> wrote:
> I found some more places that should use appendPQExrBufferStr instead of appendPQExpBuffer.
>
> Here is the patch.

Seems like a good idea.  Please add it to the next commitfest.

David



Commits

  1. Fixup some appendStringInfo and appendPQExpBuffer calls