Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
akuzm committed Dec 19, 2024
1 parent 259375a commit f0a3308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsl/src/chunkwise_agg.c
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ tsl_pushdown_partial_agg(PlannerInfo *root, Hypertable *ht, RelOptInfo *input_re
/*
* We have to add a Gather or Gather Merge on top of parallel plans. It
* goes above the Sort we might have added just before, so that the Sort
* is paralellized as well.
* is parallelized as well.
*/
if (partially_aggregated_path->parallel_workers > 0)
{
Expand Down

0 comments on commit f0a3308

Please sign in to comment.