Commit 7f3a3312 authored by Robert Haas's avatar Robert Haas
parent 00210e3f
......@@ -1316,7 +1316,7 @@ add_paths_to_append_rel(PlannerInfo *root, RelOptInfo *rel,
build_partitioned_rels = true;
break;
default:
elog(ERROR, "unexpcted rtekind: %d", (int) rte->rtekind);
elog(ERROR, "unexpected rtekind: %d", (int) rte->rtekind);
}
/*
......
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