diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-01-19 22:16:25 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-01-19 22:16:25 -0500 |
commit | 96102a32a374c3b81ba9c2b24bcf1943a87a9ef6 (patch) | |
tree | f6c2917715868bcba63ae9c8d6df778459f67b74 /src/backend/commands/functioncmds.c | |
parent | eee50a8d4c389171ad5180568a7221f7e9b28f09 (diff) | |
download | postgresql-96102a32a374c3b81ba9c2b24bcf1943a87a9ef6.tar.gz postgresql-96102a32a374c3b81ba9c2b24bcf1943a87a9ef6.zip |
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.
Diffstat (limited to 'src/backend/commands/functioncmds.c')
0 files changed, 0 insertions, 0 deletions