Update some more ObjectType switch statements to not have default

Started by Peter Eisentrautover 3 years ago1 messageshackers
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

This arose during the review of another patch.

We often omit the default case of a switch statement to allow the
compiler to complain if an enum case has been missed. I found a few
where that wasn't done yet, but it would make sense and would have found
an omission in another patch.

Attachments:

0001-Update-some-more-ObjectType-switch-statements-to-not.patchtext/plain; charset=UTF-8; name=0001-Update-some-more-ObjectType-switch-statements-to-not.patchDownload+53-13