mirror of
https://github.com/postgres/postgres.git
synced 2026-02-16 09:08:23 -05:00
Fix typo
David Rowley
This commit is contained in:
parent
6eebac2289
commit
9d75dfd0e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue