Suppress a few 'uninitialized variable' warnings that gcc emits only at

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

Commit: a46ca619f858ad09bbe8d07903018da47f1d1306
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-11-11T01:14:19Z
Releases: 8.2.0
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