Re: Apparently deprecated code in planner.c

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Apparently deprecated code in planner.c
Дата
Msg-id CA+Tgmob=VxBEcN8YY1YrswKLboAU8dpa7bBOrNSDCqHmzYkBGQ@mail.gmail.com
обсуждение исходный текст
Ответ на Apparently deprecated code in planner.c  ("Dickson S. Guedes" <listas@guedesoft.net>)
Список pgsql-hackers
On Sun, Jan 10, 2016 at 5:28 PM, Dickson S. Guedes <listas@guedesoft.net> wrote:
> Hi all,
>
> I'm wondering whether the #ifdef FORCE_PARALLEL_MODE code [1] was deprecated:
>
>      *
>      * FIXME: It's assumed that code further down will set parallelModeNeeded
>      * to true if a parallel path is actually chosen.  Since the core
>      * parallelism code isn't committed yet, this currently never happens.
>      */
> #ifdef FORCE_PARALLEL_MODE
>     glob->parallelModeNeeded = glob->parallelModeOK;
> #else
>     glob->parallelModeNeeded = false;
> #endif

That comment is obsolete, but defining FORCE_PARALLEL_MODE is still a
useful thing to do for testing purposes.

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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: No Issue Tracker - Say it Ain't So!
Следующее
От: David Rowley
Дата:
Сообщение: Re: POC, WIP: OR-clause support for indexes