Re: EXPLAIN VERBOSE with parallel Aggregate

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: EXPLAIN VERBOSE with parallel Aggregate
Дата
Msg-id CA+TgmoYHBcmOx-C+RbBj5HT8XNSDOtseQWP4e2N_2KXqup_96Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: EXPLAIN VERBOSE with parallel Aggregate  (David Rowley <david.rowley@2ndquadrant.com>)
Ответы Re: EXPLAIN VERBOSE with parallel Aggregate  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Tue, Apr 26, 2016 at 9:14 PM, David Rowley
<david.rowley@2ndquadrant.com> wrote:
> I'd also have expected the output of both partial nodes to be the
> same, i.e. both prefixed with PARTIAL. Is it intended that they don't?
> or have I made some other mistake?

No, that's a defect in the patch.  I didn't consider that we need to
support nodes with finalizeAggs = false and combineStates = true,
which is why that ERROR was there.  Working on a fix now.

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



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Removing faulty hyperLogLog merge function
Следующее
От: Noah Misch
Дата:
Сообщение: Re: xlc atomics