Re: [PATCH] backend: compare word-at-a-time in bcTruelen

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: [PATCH] backend: compare word-at-a-time in bcTruelen
Дата
Msg-id 4A37999A.5020805@dunslane.net
обсуждение исходный текст
Ответ на Re: [PATCH] backend: compare word-at-a-time in bcTruelen  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers

Robert Haas wrote:
> Ooh, good point.  I still don't like the 0x20 thing, but using uint32
> instead of int or long is the main point, unless we support any
> platforms where 0x20 != ' '.
>
>
>   

All our server encodings are strictly ASCII supersets. So 0x20 is always 
the space character.

cheers

andrew


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [PATCH] backend: compare word-at-a-time in bcTruelen
Следующее
От: Robert Haas
Дата:
Сообщение: Re: machine-readable explain output