Suppress possibly-uninitialized-variable warnings.
Tom Lane <tgl@sss.pgh.pa.us>
Suppress possibly-uninitialized-variable warnings. Apparently, Peter's compiler has faith that the switch test values here could never not be valid values of their enums. Mine does not, and I tend to agree with it.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/aclchk.c | modified | +2 −4 |