Re: CUBE seems a bit confused about ORDER BY
От | Andrey Borodin |
---|---|
Тема | Re: CUBE seems a bit confused about ORDER BY |
Дата | |
Msg-id | 20171208082117.1137.51895.pgcf@coridan.postgresql.org обсуждение исходный текст |
Ответ на | Re: [HACKERS] CUBE seems a bit confused about ORDER BY (Alexander Korotkov <a.korotkov@postgrespro.ru>) |
Ответы |
Re: CUBE seems a bit confused about ORDER BY
|
Список | pgsql-hackers |
The following review has been posted through the commitfest application: make installcheck-world: tested, passed Implements feature: tested, passed Spec compliant: tested, passed Documentation: tested, passed Hi! I've reviewed the patch. Patch works as expected, documented and tested. The code does not use LL_COORD and UR_COORD used all around. But the code still is easily readable. LL_COORD and UR_COORD are always combined with Min or Max function, so LL (Lower Left) and UR (Upper Right) are somewhatirrelevant names... BTW if we swap implementation of these macro-funcs and fix cube_out, almost all tests pass again. This is evidence of goodcompatibility and shows that compatibility overhead is added everywhere. I think that this patch is ready for committer. Best regards, Andrey Borodin. The new status of this patch is: Ready for Committer
В списке pgsql-hackers по дате отправления: