Re: Fix use of possible uninitialized variable retval (src/pl/plpgsql/src/pl_handler.c) - Mailing list pgsql-hackers

From Julien Rouhaud
Subject Re: Fix use of possible uninitialized variable retval (src/pl/plpgsql/src/pl_handler.c)
Date
Msg-id CAOBaU_YUNmg_=b0PS8mw46C2PzWHUQA5ODfDCufCx_eAJM95ag@mail.gmail.com
Whole thread Raw
In response to Re: Fix use of possible uninitialized variable retval (src/pl/plpgsql/src/pl_handler.c)  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Fix use of possible uninitialized variable retval (src/pl/plpgsql/src/pl_handler.c)
List pgsql-hackers
On Wed, Jun 5, 2024 at 1:05 PM Michael Paquier <michael@paquier.xyz> wrote:
>
> This complain was from lapwing, that uses a version of gcc which
> produces a lot of noise with incorrect issues.  It is one of the only
> 32b buildfarm members, so it still has a lot of value.

Note that I removed the -Werror from lapwing a long time ago, so at
least this animal shouldn't lead to hackish fixes for false positive
anymore.



pgsql-hackers by date:

Previous
From: "David E. Wheeler"
Date:
Subject: Re: Patch bug: Fix jsonpath .* on Arrays
Next
From: Robert Haas
Date:
Subject: Re: Add new protocol message to change GUCs for usage with future protocol-only GUCs