projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00210e3
)
Fix typo.
author
Robert Haas
<rhaas@postgresql.org>
Wed, 20 Sep 2017 14:07:53 +0000
(10:07 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Wed, 20 Sep 2017 14:07:53 +0000
(10:07 -0400)
Thomas Munro
Discussion: http://postgr.es/m/CAEepm=2j-HAgnBUrAazwS0ry7Z_ihk+d7g+Ye3u99+6WbiGt_Q@mail.gmail.com
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 5b746a906a4099c52284a6c42eedf993da9efe74..a7866a99e0080b27b6b41e5fa76bc4db4cc18c2b 100644
(file)
--- 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, "unexp
e
cted rtekind: %d", (int) rte->rtekind);
}
/*