Re: \xDD patch for 7.5devel - Mailing list pgsql-hackers

From Markus Bertheau
Subject Re: \xDD patch for 7.5devel
Date
Msg-id 1068060327.5360.0.camel@severn2
Whole thread Raw
In response to Re: \xDD patch for 7.5devel  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: \xDD patch for 7.5devel  (Jason Godden <jasongodden@optushome.com.au>)
List 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 by date:

Previous
From: Rod Taylor
Date:
Subject: Very poor estimates from planner
Next
From: "Zeugswetter Andreas SB SD"
Date:
Subject: Re: Experimental ARC implementation