Fix uninitialized local variables. Not sure why gcc doesn't complain about
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 19 Apr 2010 17:54:48 +0000 (17:54 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 19 Apr 2010 17:54:48 +0000 (17:54 +0000)
commit39bf46384b89b89d3b51bb3cd968d476c1361f95
treef42038d2d27f048a6624c3c1f656f0f59319a0ea
parent03a571a4cf26e06ff504e5b38a9432a003008c19
Fix uninitialized local variables.  Not sure why gcc doesn't complain about
these --- maybe because they're effectively unused?  MSVC does complain though,
per buildfarm.
src/backend/access/nbtree/nbtxlog.c