Thread: pgsql: Suppress maybe-uninitialized compiler warnings.

pgsql: Suppress maybe-uninitialized compiler warnings.

From
Fujii Masao
Date:
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(-)