Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7f3a331

Browse files
committed
1 parent 00210e3 commit 7f3a331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/optimizer/path/allpaths.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1316,7 +1316,7 @@ add_paths_to_append_rel(PlannerInfo *root, RelOptInfo *rel,
13161316
build_partitioned_rels = true;
13171317
break;
13181318
default:
1319-
elog(ERROR, "unexpcted rtekind: %d", (int) rte->rtekind);
1319+
elog(ERROR, "unexpected rtekind: %d", (int) rte->rtekind);
13201320
}
13211321

13221322
/*

0 commit comments

Comments
 (0)