pgsql: Silence compiler warning about uninitialized variables. - Mailing list pgsql-committers

From itagaki@postgresql.org (Takahiro Itagaki)
Subject pgsql: Silence compiler warning about uninitialized variables.
Date
Msg-id 20100106112539.C772A75441B@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Silence compiler warning about uninitialized variables. This initialization
is not necessary needed, but some compilers complain about it.

Modified Files:
--------------
    pgsql/src/backend/commands:
        cluster.c (r1.191 -> r1.192)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/cluster.c?r1=1.191&r2=1.192)

pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: pgsql: And another one
Next
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Removed more inttypes.h stuff.