Re: pgsql: Suppress uninitialized-variable warning.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Suppress uninitialized-variable warning.
Date: 2011-01-23 18:21:05
Message-ID: 12484.1295806865@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Magnus Hagander <magnus(at)hagander(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2011-01-23 18:22:58 Re: pgsql: Suppress uninitialized-variable warning.
Previous Message Tom Lane 2011-01-23 18:15:53 pgsql: Revert "Factor out functions responsible for caching I/O routine