Re: Use appendStringInfoString and appendPQExpBufferStr where possible

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: "Hou, Zhijie" <houzj(dot)fnst(at)cn(dot)fujitsu(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Use appendStringInfoString and appendPQExpBufferStr where possible
Date: 2020-09-22 07:38:06
Message-ID: CAApHDvrQqRdCzTVF0q6jqbNKY_ZCDPX9XKKmJ-weyss+xAnu_g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 22 Sep 2020 at 17:00, Hou, Zhijie <houzj(dot)fnst(at)cn(dot)fujitsu(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrey Lepikhov 2020-09-22 07:41:11 Re: Global snapshots
Previous Message David Rowley 2020-09-22 07:20:38 Re: VACUUM PARALLEL option vs. max_parallel_maintenance_workers