Re: Fixup some appendStringInfo and appendPQExpBuffer calls

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Fixup some appendStringInfo and appendPQExpBuffer calls
Дата
Msg-id 202106021057.olomemdqjocu@alvherre.pgsql
обсуждение исходный текст
Ответ на Fixup some appendStringInfo and appendPQExpBuffer calls  ("houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>)
Ответы Re: Fixup some appendStringInfo and appendPQExpBuffer calls  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Список pgsql-hackers
On 2021-Jun-02, houzj.fnst@fujitsu.com wrote:

> 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.

hmm why didn't we get warnings about the PENDING DETACH one?  Maybe we
need some decorator in PQExpBuffer.


-- 
Álvaro Herrera                            39°49'30"S 73°17'W
"La espina, desde que nace, ya pincha" (Proverbio africano)



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bharath Rupireddy
Дата:
Сообщение: Re: Alias collision in `refresh materialized view concurrently`
Следующее
От: "tanghy.fnst@fujitsu.com"
Дата:
Сообщение: RE: tab-complete for CREATE TYPE ... SUBSCRIPT