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 <tgl@sss.pgh.pa.us>)
Ответы Re: Bug in 9.0Alpha4  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers


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.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bug in 9.0Alpha4
Следующее
От: Pavel Stehule
Дата:
Сообщение: parametrized NOTIFY - issue in plpgsql, maybe ToDo