Re: pgsql: Create an infrastructure for parallel computation in PostgreSQL.

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Create an infrastructure for parallel computation in PostgreSQL.
Date: 2015-05-06 02:41:50
Message-ID: CA+TgmobgM16aUoQVZ8xmxS31+S4d09P1ugONtm8sSDpxLh_Qww@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Tue, May 5, 2015 at 8:12 PM, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
> On 4/30/15 3:22 PM, Robert Haas wrote:
>> Create an infrastructure for parallel computation in PostgreSQL.
>
> Could you rename ParallelContext.private to something that doesn't
> conflict with C++?

Sure, done.

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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2015-05-07 09:42:54 pgsql: Fix indentation that could mask a future bug
Previous Message Robert Haas 2015-05-06 02:41:43 pgsql: Avoid using a C++ keyword as a structure member name.