Re: WIP Patch for GROUPING SETS phase 1

Поиск
Список
Период
Сортировка
От Svenne Krap
Тема Re: WIP Patch for GROUPING SETS phase 1
Дата
Msg-id 20150313124326.2548.55507.pgcf@coridan.postgresql.org
обсуждение исходный текст
Ответ на Re: Final Patch for GROUPING SETS  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Список pgsql-hackers
Patch from message (87d24iukc5.fsf@news-spur.riddles.org.uk) fails (tried to apply on top of ebc0f5e01d2f ), as
b55722692has broken up the line (in src/backend/optimizer/util/pathnode.c):
 

pathnode->path.rows = estimate_num_groups(root, uniq_exprs, rel->rows);

After patching the added parameter (NULL) in by hand, the build fails as src/backend/optimizer/path/indxpath.c:1953
missesthe new argument as well - this change is not in the patch. 
 

/Svenne

The new status of this patch is: Waiting on Author



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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Parallel Seq Scan
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Reduce pinning in btree indexes