Re: GSets: Fix bug involving GROUPING and HAVING together

Поиск
Список
Период
Сортировка
От Jeevan Chalke
Тема Re: GSets: Fix bug involving GROUPING and HAVING together
Дата
Msg-id CAM2+6=UmQoGjVtdzbd0TXS35JM2aDFreds1nO9_jb1eGKixqmw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: GSets: Fix bug involving GROUPING and HAVING together  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Ответы Re: GSets: Fix bug involving GROUPING and HAVING together  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Список pgsql-hackers
Hi,

This will fail too.

Note that, when we have only one element in GROUPING SETS,
we add that in group by list and set parse->groupingSets to NULL.

And hence it will have same issue.

However tests added in my patch failing too.

Thanks
--
Jeevan B Chalke
Principal Software Engineer, Product Development
EnterpriseDB Corporation
The Enterprise PostgreSQL Company

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

Предыдущее
От: Pavan Deolasee
Дата:
Сообщение: Re: Reduce ProcArrayLock contention
Следующее
От: Andrew Gierth
Дата:
Сообщение: Re: GSets: Fix bug involving GROUPING and HAVING together