mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
Fix typo
David Rowley
This commit is contained in:
@ -1314,7 +1314,7 @@ add_paths_to_append_rel(PlannerInfo *root, RelOptInfo *rel,
|
|||||||
build_partitioned_rels = true;
|
build_partitioned_rels = true;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
elog(ERROR, "unexpcted rtekind: %d", (int) rte->rtekind);
|
elog(ERROR, "unexpected rtekind: %d", (int) rte->rtekind);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user