Re: [HACKERS] 6.4 Aggregate Bug

Поиск
Список
Период
Сортировка
От David Hartwig
Тема Re: [HACKERS] 6.4 Aggregate Bug
Дата
Msg-id 35C50133.E7BBC93C@bellatlantic.net
обсуждение исходный текст
Ответ на Re: [HACKERS] 6.4 Aggregate Bug  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers

Thomas G. Lockhart wrote:

> > I'll go ahead and commit the code tonight or tomorrow...
>
> OK, I committed the patches. They fix the
>
> SELECT NULL ORDER BY 1
>
> query problem, but do assign types for cases where they aren't assigned
> in the transformSortClause() procedure so may touch what David is
> doing??

Well if you meant that maybe it would fix the aggragate bug...no such luck.  :(   I will go ahead and submit my patch
soon.   I would like to get it out for review and use.  (Right now, I am busy updating my system to its knees)

BTW, The bug has nothing to do with my patch.   Except it does steal some of its thunder, by rendering a significant
portion of the newly available queries unusable.


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

Предыдущее
От: Vince Vielhaber
Дата:
Сообщение: indexes and floats
Следующее
От: Mark Nielsen
Дата:
Сообщение: is this allowed here-- I am developing an interface to postgresql