Fix unportable use of isxdigit() with char (rather than unsigned char)
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/scan.l | modified | +28 −11 |