Re: AppendStringInfoChar instead of appendStringInfoString
| От | Justin Pryzby |
|---|---|
| Тема | Re: AppendStringInfoChar instead of appendStringInfoString |
| Дата | |
| Msg-id | 20200927183751.GA8476@telsasoft.com обсуждение исходный текст |
| Ответ на | AppendStringInfoChar instead of appendStringInfoString ("Hou, Zhijie" <houzj.fnst@cn.fujitsu.com>) |
| Ответы |
Re: AppendStringInfoChar instead of appendStringInfoString
|
| Список | pgsql-hackers |
On Fri, Sep 25, 2020 at 08:49:57AM +0000, Hou, Zhijie wrote:
> In (/src/backend/replication/backup_manifest.c)
>
> I found the following code:
>
> appendStringInfoString(&buf, "\n");
> appendStringInfoString(&buf, "\"");
Good point. There's another one:
$ git grep -E 'appendStringInfoString.*".{,1}");'
src/backend/utils/adt/ruleutils.c: appendStringInfoString(buf, "(");
I noticed you added a similar thread here.
https://commitfest.postgresql.org/30/
I think this one could be combined as a single patchset with the existing CF
entry for the other thread.
https://www.postgresql.org/message-id/flat/cb172cf4361e4c7ba7167429070979d4%40G08CNEXMBPEKD05.g08.fujitsu.local
https://www.postgresql.org/message-id/ce9a8564ccf1435eacf14bb7364ae9de%40G08CNEXMBPEKD05.g08.fujitsu.local
--
Justin
В списке pgsql-hackers по дате отправления: