Use appendStringInfoString and appendPQExpBufferStr where possible - Mailing list pgsql-hackers

From Hou, Zhijie
Subject Use appendStringInfoString and appendPQExpBufferStr where possible
Date
Msg-id cb172cf4361e4c7ba7167429070979d4@G08CNEXMBPEKD05.g08.fujitsu.local
Whole thread Raw
Responses Re: Use appendStringInfoString and appendPQExpBufferStr where possible  (David Rowley <dgrowleyml@gmail.com>)
List pgsql-hackers
Hi hackers

In(/src/bin/scripts/reindexdb.c; /src/backend/access/rmgrdesc/dbasedesc.c; /src/pl/plpython/plpy_elog.c)

I found some more places that should use appendPQExrBufferStr instead of appendPQExpBuffer.

Here is the patch.

Previous Discussion:
https://www.postgresql.org/message-id/CAKJS1f9P=M-3ULmPvr8iCno8yvfDViHibJjpriHU8+SXUgeZ=w@mail.gmail.com

Best regards,
Houzj/huangj



Attachment

pgsql-hackers by date:

Previous
From: Greg Nancarrow
Date:
Subject: Parallel INSERT (INTO ... SELECT ...)
Next
From: Andy Fan
Date:
Subject: Re: Dynamic gathering the values for seq_page_cost/xxx_cost