Re: parallel mode and parallel contexts

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Simon Riggs <simon(at)2ndquadrant(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: parallel mode and parallel contexts
Date: 2014-12-22 00:56:35
Message-ID: CAB7nPqS29+LhoH1912bFM9mY+yjABwCpUb+ZTjHNMdVoVVp3mA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Dec 18, 2014 at 4:53 AM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> On Wed, Dec 17, 2014 at 9:16 AM, Simon Riggs <simon(at)2ndquadrant(dot)com> wrote:
>> On 12 December 2014 at 22:52, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
>>
>>> I would be remiss if I failed to mention that this patch includes work
>>> by my colleagues Amit Kapila, Rushabh Lathia, and Jeevan Chalke, as
>>> well as my former colleague Noah Misch; and that it would not have
>>> been possible without the patient support of EnterpriseDB management.
>>
>> Noted and thanks to all.
>>
>> I will make this my priority for review, but regrettably not until New
>> Year, about 2.5-3 weeks away.
>
> OK!
>
> In the meantime, I had a good chat with Heikki on IM yesterday which
> gave me some new ideas on how to fix up the transaction handling in
> here, which I am working on implementing. So hopefully I will have
> that by then.
>
> I am also hoping Amit will be adapting his parallel seq-scan patch to
> this framework.
Simon, if you are planning to review this patch soon, could you add
your name as a reviewer for this patch in the commit fest app?
Thanks,
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ali Akbar 2014-12-22 01:08:24 Re: PATCH: decreasing memory needlessly consumed by array_agg
Previous Message Michael Paquier 2014-12-21 23:42:45 Re: TABLESAMPLE patch