Re: pgsql: Suppress uninitialized-variable warning.

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

Which compiler did that come out of? I don't think I saw it on any of
the ones I tried..

//Magnus

On Sun, Jan 23, 2011 at 19:08, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Suppress uninitialized-variable warning.
>
> Branch
> ------
> master
>
> Details
> -------
> http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=b3cfcdaad27bea9bb86d6de6cbf8d184c16fbceb
>
> Modified Files
> --------------
> src/bin/pg_basebackup/pg_basebackup.c |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
>
> --
> Sent via pgsql-committers mailing list (pgsql-committers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-committers
>

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-01-23 18:15:53 pgsql: Revert "Factor out functions responsible for caching I/O routine
Previous Message Tom Lane 2011-01-23 18:08:28 pgsql: Add .gitignore file to silence complaints about pg_basebackup.