Re: v17 Possible Union All Bug
От | Andrei Lepikhov |
---|---|
Тема | Re: v17 Possible Union All Bug |
Дата | |
Msg-id | 7e8c5fc5-efcd-4e6e-b1f7-84446568d6f9@postgrespro.ru обсуждение исходный текст |
Ответ на | Re: v17 Possible Union All Bug (Alexander Korotkov <aekorotkov@gmail.com>) |
Список | pgsql-bugs |
On 7/2/2024 16:28, Alexander Korotkov wrote: > On Sun, Feb 4, 2024 at 6:57 AM Andrei Lepikhov > <a.lepikhov@postgrespro.ru> wrote: >> The simple fix is in the attachment. But I'm not sure we should fix >> GROUP-BY optimization instead of the more general issue. >> The source of the problem is root->group_pathkeys, which contains >> grouping pathkeys and aggregate pathkeys. For now, their 'sortref' >> values could intersect, and we can differ which one references the query >> target list and which one the target list of the aggregate. >> So, I would like to get advice here: should we make a quick fix here, or >> is such a mess in the sortref values not a mess and designed for some >> purposes? > > Thank you, Andrei. I think we should apply this fix for now, while > better refactoring could be done in future. I've revised your fix > with more comments and a commit message. I'm going to push it if > there are no objections. I looked into the patch and found only one typo, 'pahtkeys'. -- regards, Andrei Lepikhov Postgres Professional
В списке pgsql-bugs по дате отправления: