pgsql: Silence compiler warning about uninitialized variable, noted by

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Silence compiler warning about uninitialized variable, noted by
Date: 2011-01-24 06:28:51
Message-ID: E1PhFv1-0007zx-8z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Silence compiler warning about uninitialized variable, noted by
Itagaki Takahiro

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=56d77c9e56adbd856beba00af3dc607687d30198

Modified Files
--------------
src/bin/pg_dump/pg_backup_archiver.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2011-01-24 07:26:04 pgsql: Exclude sepgsql from MSVC regression testing as well
Previous Message Robert Haas 2011-01-24 04:10:54 pgsql: PGXS support for contrib/hstore