mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
Remove useless 'default' clause
Author: Michael Paquier Reviewed-by: Amit Langote Reviewed-by: Álvaro Herrera Discussion: https://postgr.es/m/20180424012042.GD1570@paquier.xyz Discussion: https://postgr.es/m/20180509061039.GC11897@paquier.xyz
This commit is contained in:
parent
91703ca214
commit
c775fb9e18
@ -2954,10 +2954,6 @@ perform_pruning_combine_step(PartitionPruneContext *context,
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
elog(ERROR, "invalid pruning combine op: %d",
|
||||
(int) cstep->combineOp);
|
||||
}
|
||||
|
||||
return result;
|
||||
|
Loading…
x
Reference in New Issue
Block a user