Re: [HACKERS] 6.5.1 CHANGES

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] 6.5.1 CHANGES
Дата
Msg-id 15202.931708334@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 6.5.1 CHANGES  (Bruce Momjian <maillist@candle.pha.pa.us>)
Ответы Re: [HACKERS] 6.5.1 CHANGES  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <maillist@candle.pha.pa.us> writes:
> Here are the new items for 6.5.1.  Changes?
> ...
> Fix for sorting of NULL's in rare cases(Tom)

I dunno if it was "rare" or not --- basically, anytime you did a
multicolumn sort where some tuples match up to and including a
NULL column, you'd find that the columns to the right of the NULL
weren't sorted.  Maybe instead write

* Fix for sorting of NULLs in multicolumn sorts

A couple other things to add:

* Shared library dependencies fixed (this time for sure ;-))
* Fixed glitches affecting GROUP BY in subselects
        regards, tom lane


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

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: [SQL] Re: [HACKERS] SELECT DISTINCT question
Следующее
От: Tom Lane
Дата:
Сообщение: ...