diff options
author | Noah Misch <noah@leadboat.com> | 2014-07-06 00:29:51 -0400 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2014-07-06 00:29:51 -0400 |
commit | 333b7db8b39679acf0665b3fc4ad99cbc14fbba7 (patch) | |
tree | 07fadd4734a73a7ad4129b9076ce405586909af4 /src/include/postgres.h | |
parent | e254ff21d1286fe5c2b5ecdfa9bb6b15a7830fcd (diff) | |
download | postgresql-333b7db8b39679acf0665b3fc4ad99cbc14fbba7.tar.gz postgresql-333b7db8b39679acf0665b3fc4ad99cbc14fbba7.zip |
Consistently pass an "unsigned char" to ctype.h functions.
The isxdigit() calls relied on undefined behavior. The isascii() call
was well-defined, but our prevailing style is to include the cast.
Back-patch to 9.4, where the isxdigit() calls were introduced.
Diffstat (limited to 'src/include/postgres.h')
0 files changed, 0 insertions, 0 deletions