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

Commit 9d75dfd

Browse files
committed
Fix typo
David Rowley
1 parent 6eebac2 commit 9d75dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/optimizer/path/allpaths.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,7 @@ add_paths_to_append_rel(PlannerInfo *root, RelOptInfo *rel,
13141314
build_partitioned_rels = true;
13151315
break;
13161316
default:
1317-
elog(ERROR, "unexpcted rtekind: %d", (int) rte->rtekind);
1317+
elog(ERROR, "unexpected rtekind: %d", (int) rte->rtekind);
13181318
}
13191319

13201320
/*

0 commit comments

Comments
 (0)