Fix uninitialized local variables. Not sure why gcc doesn't complain about

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 39bf46384b89b89d3b51bb3cd968d476c1361f95
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-04-19T17:54:48Z
Releases: 9.0.0
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.

Files

PathChange+/−
src/backend/access/nbtree/nbtxlog.c modified +3 −4