pgsql: Suppress uninitialized-variable warning.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Suppress uninitialized-variable warning.
Date: 2011-01-23 18:08:27
Message-ID: E1Ph4MV-0006Jg-VV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-01-23 18:08:28 pgsql: Add .gitignore file to silence complaints about pg_basebackup.
Previous Message Andrew Dunstan 2011-01-23 17:24:41 pgsql: Silence flex warnings about DOS file paths in MSVC builds