pgsql: Fix unportable use of isxdigit() with char (rather than unsigned - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix unportable use of isxdigit() with char (rather than unsigned
Date
Msg-id 20100116173955.C3BD17541B9@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix unportable use of isxdigit() with char (rather than unsigned char)
argument, per warnings from buildfarm member pika.  Also clean up code
formatting a trifle.

Modified Files:
--------------
    pgsql/src/backend/parser:
        scan.l (r1.165 -> r1.166)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/scan.l?r1=1.165&r2=1.166)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix bogus initialization of KnownAssignedXids shared memory state
Next
From: Simon Riggs
Date:
Subject: Re: pgsql: Fix bogus initialization of KnownAssignedXids shared memory state