Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9d75dfd

Browse files
committed
Fix typo
David Rowley
1 parent6eebac2 commit9d75dfd

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)

[8]ページ先頭

©2009-2025 Movatter.jp