mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Fix typo.
Thomas Munro Discussion: http://postgr.es/m/CAEepm=2j-HAgnBUrAazwS0ry7Z_ihk+d7g+Ye3u99+6WbiGt_Q@mail.gmail.com
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user