OSDN Git Service

Fix unportable use of isxdigit() with char (rather than unsigned char)
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 16 Jan 2010 17:39:55 +0000 (17:39 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 16 Jan 2010 17:39:55 +0000 (17:39 +0000)
commit196a6ca5de7c2078cd29d7e7f5e0a079238ec660
tree9774310d5e9ab4b6b3e60536d243bad7f6788d79
parente319e6799a7d77350b4d998d7567fcf4494fe49a
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.
src/backend/parser/scan.l