]> granicus.if.org Git - postgresql/commit
Suppress possibly-uninitialized-variable warnings.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 20 Jan 2018 03:16:25 +0000 (22:16 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 20 Jan 2018 03:16:25 +0000 (22:16 -0500)
commit96102a32a374c3b81ba9c2b24bcf1943a87a9ef6
treef6c2917715868bcba63ae9c8d6df778459f67b74
parenteee50a8d4c389171ad5180568a7221f7e9b28f09
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.
src/backend/catalog/aclchk.c