]> granicus.if.org Git - postgresql/commitdiff
Fix typo
authorMagnus Hagander <magnus@hagander.net>
Thu, 19 Oct 2017 11:59:19 +0000 (13:59 +0200)
committerMagnus Hagander <magnus@hagander.net>
Thu, 19 Oct 2017 11:59:19 +0000 (13:59 +0200)
David Rowley

src/backend/optimizer/path/allpaths.c

index 4a82636734e9415aab262d8deb6ebfc743369328..a53b545bb19b9a099388c17b1cbfce8e22c8c72b 100644 (file)
@@ -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);
        }
 
        /*