Update some more ObjectType switch statements to not have default - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Update some more ObjectType switch statements to not have default
Date
Msg-id fce5c98a-45da-19e7-dad0-21096bccd66e@enterprisedb.com
Whole thread Raw
List pgsql-hackers
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.
Attachment

pgsql-hackers by date:

Previous
From: Reid Thompson
Date:
Subject: Re: Add tracking of backend memory allocated to pg_stat_activity
Next
From: "Imseih (AWS), Sami"
Date:
Subject: Call lazy_check_wraparound_failsafe earlier for parallel vacuum