aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogutils.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-03-30 13:36:18 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2016-03-30 13:36:18 -0400
commit818e59373625d194bdec89631b661c4355d15f13 (patch)
treec16bb580559dd8c71d36fe9b266e6d11b147af90 /src/backend/access/transam/xlogutils.c
parent2d02a856e8331329121ac2fa2c0b5dab0d106ca0 (diff)
downloadpostgresql-818e59373625d194bdec89631b661c4355d15f13.tar.gz
postgresql-818e59373625d194bdec89631b661c4355d15f13.zip
Suppress uninitialized-variable warnings.
My compiler doesn't like the lack of initialization of "flag", and I think it's right: if there were zero keys we'd have an undefined result. The AND of zero items is TRUE, so initialize to TRUE.
Diffstat (limited to 'src/backend/access/transam/xlogutils.c')
0 files changed, 0 insertions, 0 deletions