Re: pgsql: Support Parallel Append plan nodes.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Support Parallel Append plan nodes.
Дата
Msg-id 30198.1512574156@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Support Parallel Append plan nodes.  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: pgsql: Support Parallel Append plan nodes.  (Amit Khandekar <amitdkhan.pg@gmail.com>)
Список pgsql-committers
Robert Haas <robertmhaas@gmail.com> writes:
> On Wed, Dec 6, 2017 at 5:01 AM, Amit Khandekar <amitdkhan.pg@gmail.com> wrote:
>> In attached revised patch, just added some comments in the changes that you did.

> Committed, thanks.

While this patch (looks like it) fixes the logic error, it does nothing
for the problem that the committed test cases don't actually exercise
any of this code on most machines -- certainly not whichever one is
producing the code coverage report:
https://coverage.postgresql.org/src/backend/executor/nodeAppend.c.gcov.html

Can we do something with Andres' suggestion of running these test cases
under parallel_leader_participation = off?

            regards, tom lane


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Report failure to start a background worker.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: [HACKERS] [COMMITTERS] pgsql: Fix freezing of a dead HOT-updatedtuple