Suppress maybe-uninitialized compiler warnings.
authorFujii Masao <fujii@postgresql.org>
Sun, 15 Mar 2015 01:40:43 +0000 (10:40 +0900)
committerFujii Masao <fujii@postgresql.org>
Sun, 15 Mar 2015 01:40:43 +0000 (10:40 +0900)
commitcd6c45cbeec5e21b470e9a8d19e02f60f1a52807
tree05e6f45bfc1e8098400a32cb8c6569a387122cc8
parent5ff683962ef9a953eeb17ea58d678f0c4ca189ae
Suppress maybe-uninitialized compiler warnings.

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

Spotted by Andres Freund
src/backend/access/transam/xloginsert.c