Fixup some appendStringInfo and appendPQExpBuffer calls

Поиск
Список
Период
Сортировка
От houzj.fnst@fujitsu.com
Тема Fixup some appendStringInfo and appendPQExpBuffer calls
Дата
Msg-id OS0PR01MB5716732158B1C4142C6FE375943D9@OS0PR01MB5716.jpnprd01.prod.outlook.com
обсуждение исходный текст
Ответы Re: Fixup some appendStringInfo and appendPQExpBuffer calls  (Michael Paquier <michael@paquier.xyz>)
Re: Fixup some appendStringInfo and appendPQExpBuffer calls  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список 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

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: return correct error code from pgtls_init
Следующее
От: Michael Paquier
Дата:
Сообщение: TAP tests still sensitive to various PG* environment variables