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

Commit 29a2195

Browse files
committed
Typo fix.
1 parent 110a6db commit 29a2195

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
@@ -1303,7 +1303,7 @@ set_append_rel_pathlist(PlannerInfo *root, RelOptInfo *rel,
13031303
int parallel_workers = 0;
13041304

13051305
/*
1306-
* Decide on the numebr of workers to request for this append path.
1306+
* Decide on the number of workers to request for this append path.
13071307
* For now, we just use the maximum value from among the members. It
13081308
* might be useful to use a higher number if the Append node were
13091309
* smart enough to spread out the workers, but it currently isn't.

0 commit comments

Comments
 (0)