Re: pgsql: Suppress uninitialized-variable warning. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Suppress uninitialized-variable warning.
Date
Msg-id 12484.1295806865@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Suppress uninitialized-variable warning.  (Magnus Hagander <magnus@hagander.net>)
Responses Re: pgsql: Suppress uninitialized-variable warning.  (Magnus Hagander <magnus@hagander.net>)
List pgsql-committers
Magnus Hagander <magnus@hagander.net> writes:
> Which compiler did that come out of? I don't think I saw it on any of
> the ones I tried..

gcc 4.4.5, standard on Fedora 13.  I'm surprised that yours did not show
it, because the usage pattern looks beyond gcc's ability to prove safe.

            regards, tom lane

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Revert "Factor out functions responsible for caching I/O routine
Next
From: Magnus Hagander
Date:
Subject: Re: pgsql: Suppress uninitialized-variable warning.