]> granicus.if.org Git - postgresql/commitdiff
Fix typo.
authorRobert Haas <rhaas@postgresql.org>
Wed, 20 Sep 2017 14:07:53 +0000 (10:07 -0400)
committerRobert 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

index 5b746a906a4099c52284a6c42eedf993da9efe74..a7866a99e0080b27b6b41e5fa76bc4db4cc18c2b 100644 (file)
@@ -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);
        }
 
        /*