Silence compiler warning about variable being used uninitialized.
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Silence compiler warning about variable being used uninitialized. It's a false positive - the variable is only used when 'onleft' is true, and it is initialized in that case. But the compiler doesn't necessarily see that.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/nbtree/nbtxlog.c | modified | +1 −1 |