pgsql: Suppress maybe-uninitialized compiler warnings.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Suppress maybe-uninitialized compiler warnings.
Date: 2015-03-15 01:41:27
Message-ID: E1YWxYV-00012D-93@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Suppress maybe-uninitialized compiler warnings.

Previously some compilers were thinking that the variables that
57aa5b2 added maybe-uninitialized.

Spotted by Andres Freund

Branch
------
master

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

Modified Files
--------------
src/backend/access/transam/xloginsert.c | 39 ++++++++++++++-----------------
1 file changed, 18 insertions(+), 21 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2015-03-15 01:42:04 Re: pgsql: Add GUC to enable compression of full page images stored in WAL.
Previous Message Tom Lane 2015-03-14 21:07:20 pgsql: Remove obsolete comment.