Re: B-Tree support function number 3 (strxfrm() optimization)

Поиск
Список
Период
Сортировка
От Claudio Freire
Тема Re: B-Tree support function number 3 (strxfrm() optimization)
Дата
Msg-id CAGTBQpaQwEYgjs=Ob4n_MKSndyQ5fNX1+SNc6_SVCL1C+HQXgQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: B-Tree support function number 3 (strxfrm() optimization)  (Greg Stark <stark@mit.edu>)
Список pgsql-hackers
On Fri, Apr 4, 2014 at 5:29 PM, Greg Stark <stark@mit.edu> wrote:
> Two questions I have:
>
> 1) Would it make more sense to use a floating point instead of an integer? I
> saw a need for a function like this when I was looking into doing GPU sorts.
> But GPUs expect floating point values.


In the context of this patch, I don't think you want to add
uncertainty to the != 0 or ==0 case (which is what FP would do).



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Using indices for UNION.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Another thought about search_path semantics