Fixup some appendStringInfo and appendPQExpBuffer calls - Mailing list pgsql-hackers

From houzj.fnst@fujitsu.com
Subject Fixup some appendStringInfo and appendPQExpBuffer calls
Date
Msg-id OS0PR01MB5716732158B1C4142C6FE375943D9@OS0PR01MB5716.jpnprd01.prod.outlook.com
Whole thread Raw
Responses Re: Fixup some appendStringInfo and appendPQExpBuffer calls
Re: Fixup some appendStringInfo and appendPQExpBuffer calls
List pgsql-hackers
Hi,

In the latest HEAD branch, I found some places were using
appendStringInfo/appendPQExpBuffer() when they could have been using
appendStringInfoString/ appendPQExpBufferStr() instead. I think we'd better
fix these places in case other developers will use these codes as a reference,
though, it seems will not bring noticeable performance gain.

Attaching a patch to fix these places.

Best regards,
houzj

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: return correct error code from pgtls_init
Next
From: Michael Paquier
Date:
Subject: TAP tests still sensitive to various PG* environment variables