pgsql: Fix unportable use of isxdigit() with char (rather than unsigned

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix unportable use of isxdigit() with char (rather than unsigned
Date: 2010-01-16 17:39:55
Message-ID: 20100116173955.C3BD17541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2010-01-16 18:19:14 Re: pgsql: Fix bogus initialization of KnownAssignedXids shared memory state
Previous Message Tom Lane 2010-01-16 17:17:26 pgsql: Fix bogus initialization of KnownAssignedXids shared memory state