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:
Robert Haas 2017-09-20 10:07:53 -04:00
parent 00210e3fb9
commit 7f3a3312ab
1 changed files with 1 additions and 1 deletions

View File

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