aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2017-09-20 10:07:53 -0400
committerRobert Haas <rhaas@postgresql.org>2017-09-20 10:07:53 -0400
commit7f3a3312abf34ea7e899046e326775612802764b (patch)
tree298109e0c293f72d6012fc3c5c7b9d5bccfed7ec /src
parent00210e3fb974ff2b9affc4d8f3b29f9cb3645a60 (diff)
downloadpostgresql-7f3a3312abf34ea7e899046e326775612802764b.tar.gz
postgresql-7f3a3312abf34ea7e899046e326775612802764b.zip
Fix typo.
Thomas Munro Discussion: http://postgr.es/m/CAEepm=2j-HAgnBUrAazwS0ry7Z_ihk+d7g+Ye3u99+6WbiGt_Q@mail.gmail.com
Diffstat (limited to 'src')
-rw-r--r--src/backend/optimizer/path/allpaths.c2
1 files changed, 1 insertions, 1 deletions
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);
}
/*