Suppress possibly-uninitialized-variable warnings.

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

Commit: 96102a32a374c3b81ba9c2b24bcf1943a87a9ef6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2018-01-20T03:16:25Z
Releases: 11.0
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

PathChange+/−
src/backend/catalog/aclchk.c modified +2 −4