From 9d75dfd0e5f211c56e6bfd79f0af4a1777efe6d3 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Thu, 19 Oct 2017 13:59:19 +0200 Subject: [PATCH] Fix typo David Rowley --- 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 4a82636734e..a53b545bb19 100644 --- a/src/backend/optimizer/path/allpaths.c +++ b/src/backend/optimizer/path/allpaths.c @@ -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); } /* -- 2.39.5