Re: \xDD patch for 7.5devel

Поиск
Список
Период
Сортировка
От Markus Bertheau
Тема Re: \xDD patch for 7.5devel
Дата
Msg-id 1068060327.5360.0.camel@severn2
обсуждение исходный текст
Ответ на Re: \xDD patch for 7.5devel  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: \xDD patch for 7.5devel
Список pgsql-hackers
В Срд, 05.11.2003, в 16:25, Tom Lane пишет:

> > +#define HEXVALUE(c) (((c)>='a') ? ((c)-87) : (((c)>='A') ? ((c)-55) : ((c)-'0')))
>
> This seems excessively dependent on the assumption that the character
> set is ASCII.  Why have you hard-coded numeric equivalents into this
> macro?

What not ASCII compatible character sets are out there in use still
today?

--
Markus Bertheau <twanger@bluetwanger.de>


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

Предыдущее
От: Rod Taylor
Дата:
Сообщение: Very poor estimates from planner
Следующее
От: "Zeugswetter Andreas SB SD"
Дата:
Сообщение: Re: Experimental ARC implementation