pgsql: Suppress possibly-uninitialized-variable warning seen with older - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Suppress possibly-uninitialized-variable warning seen with older
Date
Msg-id E1RplM1-00078M-F2@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Reduce tab outdent of "error handling" GUC comments in postgresq
Next
From: Tom Lane
Date:
Subject: pgsql: Suppress variable-clobbered-by-longjmp warning seen with older g