Re: pgsql: Improve performance of repeated CALLs within plpgsql procedures. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Improve performance of repeated CALLs within plpgsql procedures.
Date
Msg-id 2167663.1611674210@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Improve performance of repeated CALLs within plpgsql procedures.  (Michael Paquier <michael@paquier.xyz>)
Responses Re: pgsql: Improve performance of repeated CALLs within plpgsql procedures.
List 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 by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Improve performance of repeated CALLs within plpgsql procedures.
Next
From: Tom Lane
Date:
Subject: pgsql: Code review for psql's helpSQL() function.