Commit c775fb9e authored by Alvaro Herrera's avatar Alvaro Herrera

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
parent 91703ca2
...@@ -2954,10 +2954,6 @@ perform_pruning_combine_step(PartitionPruneContext *context, ...@@ -2954,10 +2954,6 @@ perform_pruning_combine_step(PartitionPruneContext *context,
} }
} }
break; break;
default:
elog(ERROR, "invalid pruning combine op: %d",
(int) cstep->combineOp);
} }
return result; return result;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment