Re: Parallel Aggregate

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: David Rowley <david(dot)rowley(at)2ndquadrant(dot)com>
Cc: Haribabu Kommi <kommi(dot)haribabu(at)gmail(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Parallel Aggregate
Date: 2015-12-13 02:17:02
Message-ID: CA+TgmoZKoxBoiavq6LFE+rD2tOqM63FV2CT++_pqEnW-wQ=PyA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Dec 11, 2015 at 4:42 PM, David Rowley
<david(dot)rowley(at)2ndquadrant(dot)com> wrote:
> On 12 December 2015 at 04:00, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
>> I'd like to commit David Rowley's patch from the other thread first,
>> and then deal with this one afterwards. The only thing I feel
>> strongly needs to be changed in that patch is CFUNC -> COMBINEFUNC,
>> for clarity.
>
>
> I have addressed that in my local copy. I'm now just working on adding some
> test code which uses the new infrastructure.

Excellent.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2015-12-13 02:22:09 Re: [COMMITTERS] pgsql: Handle policies during DROP OWNED BY
Previous Message Robert Haas 2015-12-13 02:15:52 Re: [PATCH] Refactoring of LWLock tranches