Re: pgsql: Improve performance of repeated CALLs within plpgsql procedures.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Improve performance of repeated CALLs within plpgsql procedures.
Дата
Msg-id 2167663.1611674210@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Improve performance of repeated CALLs within plpgsql procedures.  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: pgsql: Improve performance of repeated CALLs within plpgsql procedures.
Список pgsql-committers
Michael Paquier <michael@paquier.xyz> writes:
> On Tue, Jan 26, 2021 at 03:28:39AM +0000, Tom Lane wrote:
>> Improve performance of repeated CALLs within plpgsql procedures.

> lapwing is generating a warning here:

Yeah, I saw that last night.  It's weird, because that patch surely
did not change anything that should affect defined-ness of retval.
I plan to fix it by just immediately initializing retval, but I want
to wait a little bit, because I'm curious to see if any other compilers
complain.

            regards, tom lane



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Improve performance of repeated CALLs within plpgsql procedures.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Code review for psql's helpSQL() function.