Re: Parallel Aggregate - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Parallel Aggregate
Date
Msg-id 20160321024841.GA351174@alvherre.pgsql
Whole thread Raw
In response to Re: Parallel Aggregate  (David Rowley <david.rowley@2ndquadrant.com>)
Responses Re: Parallel Aggregate
List pgsql-hackers
David Rowley wrote:
> I've rewritten the comment to become:
> 
> /*
> * Providing that the estimated size of the hashtable does not exceed
> * work_mem, we'll generate a HashAgg Path, although if we were unable
> * to sort above, then we'd better generate a Path, so that we at least
> * have one.
> */
> 
> How about that?

I think "Providing" should be "Provided".

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Haribabu Kommi
Date:
Subject: Re: Combining Aggregates
Next
From: David Rowley
Date:
Subject: Re: Parallel Aggregate