Re: Bug in 9.0Alpha4
От
Gokulakannan Somasundaram
Тема
Re: Bug in 9.0Alpha4
Дата
Msg-id
9362e74e1003160913w2a3b0c4co163aa2a0435076bc@mail.gmail.com
Ответ на
Re: Bug in 9.0Alpha4 (Tom Lane)
Список
Дерево обсуждения
Bug in 9.0Alpha4 Gokulakannan Somasundaram <gokul007@gmail.com>
Re: Bug in 9.0Alpha4 Alvaro Herrera <alvherre@commandprompt.com>
Re: Bug in 9.0Alpha4 Gokulakannan Somasundaram <gokul007@gmail.com>
Re: Bug in 9.0Alpha4 Tom Lane <tgl@sss.pgh.pa.us>
Re: Bug in 9.0Alpha4 Gokulakannan Somasundaram <gokul007@gmail.com>
Re: Bug in 9.0Alpha4 Tom Lane <tgl@sss.pgh.pa.us>
Re: Bug in 9.0Alpha4 Gokulakannan Somasundaram <gokul007@gmail.com>
Re: Bug in 9.0Alpha4 Hitoshi Harada <umi.tanuki@gmail.com>
Re: Bug in 9.0Alpha4 Tom Lane <tgl@sss.pgh.pa.us>
transformSortClause is passed the untransformed aggorder list, which is
in fact a list of SortBy nodes, and it returns the transformed list
(SortGroupClause nodes), which is stored back into the aggorder field
a bit further down.
There are a number of regression tests that would fail in obvious ways
if this code didn't work.
Right Tom. I got confused, because the comment at Aggref struct definition told that it is a list of SortGroupClause. May be you can update your comments there.
Thanks,
Gokul.
Thanks,
Gokul.
В списке pgsql-hackers по дате отправления