projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
110a6db
)
Typo fix.
author
Tom Lane
Sun, 3 Jul 2016 22:43:43 +0000
(18:43 -0400)
committer
Tom Lane
Sun, 3 Jul 2016 22:43:43 +0000
(18:43 -0400)
src/backend/optimizer/path/allpaths.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/optimizer/path/allpaths.c
b/src/backend/optimizer/path/allpaths.c
index 9c6fe752e3180d37da744024d8d89f70d6925a89..88d833a2e89682b12eee1c4b1c50a4e7f47add1a 100644
(file)
--- a/
src/backend/optimizer/path/allpaths.c
+++ b/
src/backend/optimizer/path/allpaths.c
@@
-1303,7
+1303,7
@@
set_append_rel_pathlist(PlannerInfo *root, RelOptInfo *rel,
int parallel_workers = 0;
/*
- * Decide on the num
eb
r of workers to request for this append path.
+ * Decide on the num
be
r of workers to request for this append path.
* For now, we just use the maximum value from among the members. It
* might be useful to use a higher number if the Append node were
* smart enough to spread out the workers, but it currently isn't.