pgsql: Suppress maybe-uninitialized compiler warnings. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Suppress maybe-uninitialized compiler warnings.
Date
Msg-id E1YWxYV-00012D-93@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove obsolete comment.
Next
From: Fujii Masao
Date:
Subject: Re: pgsql: Add GUC to enable compression of full page images stored in WAL.