pgsql: Silence compiler warning about uninitialized variables.

From: itagaki(at)postgresql(dot)org (Takahiro Itagaki)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Silence compiler warning about uninitialized variables.
Date: 2010-01-06 11:25:39
Message-ID: 20100106112539.C772A75441B@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2010-01-06 11:49:43 pgsql: Removed more inttypes.h stuff.
Previous Message Magnus Hagander 2010-01-06 10:32:05 Re: pgsql: And another one