summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2016-07-03 22:43:43 +0000
committerTom Lane2016-07-03 22:43:43 +0000
commit29a2195de645759d66ee7e77c4c05b2c4aeb6729 (patch)
tree995dec37bc6e080fcedba260eec956af607956fd
parent110a6dbdebebac9401b43a8fc223e6ec43cd4d10 (diff)
Typo fix.
-rw-r--r--src/backend/optimizer/path/allpaths.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/optimizer/path/allpaths.c b/src/backend/optimizer/path/allpaths.c
index 9c6fe752e31..88d833a2e89 100644
--- 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 numebr of workers to request for this append path.
+ * Decide on the number 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.