RE: Use appendStringInfoString and appendPQExpBufferStr where possible

From: "Hou, Zhijie" <houzj(dot)fnst(at)cn(dot)fujitsu(dot)com>
To: David Rowley <dgrowleyml(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, "Huang, Jun" <huangj(dot)fnst(at)cn(dot)fujitsu(dot)com>
Subject: RE: Use appendStringInfoString and appendPQExpBufferStr where possible
Date: 2020-09-23 05:39:12
Message-ID: 6d7a4b7e767a422797799cb24f838eed@G08CNEXMBPEKD05.g08.fujitsu.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi

I made a slight update to the patch

> > > 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.
>
> Thanks, added it to the next commitfest.
> https://commitfest.postgresql.org/30/2735/

Best regards,
houzj

Attachment Content-Type Size
0001-Latest-appendStringInfoString-instead-of-appendStringInfo.patch application/octet-stream 2.2 KB
0001-Latest-appendPQExpBufferStr-instead-of-appendPQExpBuffer.patch application/octet-stream 1.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2020-09-23 05:39:55 Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY
Previous Message tsunakawa.takay@fujitsu.com 2020-09-23 05:37:24 RE: [Patch] Optimize dropping of relation buffers using dlist