projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6eebac2
)
Fix typo
author
Magnus Hagander
Thu, 19 Oct 2017 11:59:19 +0000
(13:59 +0200)
committer
Magnus Hagander
Thu, 19 Oct 2017 11:59:19 +0000
(13:59 +0200)
David Rowley
src/backend/optimizer/path/allpaths.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/optimizer/path/allpaths.c
b/src/backend/optimizer/path/allpaths.c
index 4a82636734e9415aab262d8deb6ebfc743369328..a53b545bb19b9a099388c17b1cbfce8e22c8c72b 100644
(file)
--- 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, "unexp
e
cted rtekind: %d", (int) rte->rtekind);
}
/*