Remove useless default clause in switch
Alvaro Herrera <alvherre@alvh.no-ip.org>
Remove useless default clause in switch The switch covers all values of the enum driver variable, so having a default: clause is useless, even if it's only to do Assert(false).
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/partitioning/partprune.c | modified | +0 −4 |