Suppress a few 'uninitialized variable' warnings that gcc emits only at
Tom Lane <tgl@sss.pgh.pa.us>
Suppress a few 'uninitialized variable' warnings that gcc emits only at -O3 or higher (presumably because it inlines more things). Per gripe from Mark Mielke.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/nbtree/nbtinsert.c | modified | +4 −1 |
| src/backend/optimizer/path/costsize.c | modified | +4 −1 |
| src/backend/utils/adt/timestamp.c | modified | +10 −1 |