From 7f3a3312abf34ea7e899046e326775612802764b Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Wed, 20 Sep 2017 10:07:53 -0400 Subject: [PATCH] Fix typo. Thomas Munro Discussion: http://postgr.es/m/CAEepm=2j-HAgnBUrAazwS0ry7Z_ihk+d7g+Ye3u99+6WbiGt_Q@mail.gmail.com --- src/backend/optimizer/path/allpaths.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/optimizer/path/allpaths.c b/src/backend/optimizer/path/allpaths.c index 5b746a906a4..a7866a99e00 100644 --- a/src/backend/optimizer/path/allpaths.c +++ b/src/backend/optimizer/path/allpaths.c @@ -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); } /* -- 2.30.2