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).
Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/dfce1f9e4eef3adcccbb23670fa1c432eebb0b90 Modified Files -------------- src/backend/partitioning/partprune.c | 4 ---- 1 file changed, 4 deletions(-)