pgsql: Suppress possibly-uninitialized-variable warning seen with older

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Suppress possibly-uninitialized-variable warning seen with older
Date: 2012-01-24 18:44:25
Message-ID: E1RplM1-00078M-F2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Suppress possibly-uninitialized-variable warning seen with older gcc versions.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/beef89567e3a0e3e1c753754a474065c5ad632fe

Modified Files
--------------
src/backend/postmaster/pgstat.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-01-24 19:51:51 pgsql: Remove quotes around format_type_be() output
Previous Message Bruce Momjian 2012-01-24 15:41:03 pgsql: Reduce tab outdent of "error handling" GUC comments in postgresq