1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-15 19:21:59 +03:00
David Rowley
This commit is contained in:
Magnus Hagander
2017-10-19 13:59:19 +02:00
parent 6eebac2289
commit 9d75dfd0e5

View File

@ -1314,7 +1314,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);
}
/*