• Tom Lane's avatar
    Fix unportable usage of <ctype.h> functions. · d1f9ac5b
    Tom Lane authored
    isdigit(), isspace(), etc are likely to give surprising results if passed a
    signed char.  We should always cast the argument to unsigned char to avoid
    that.  Error in commit 63d6b97f, found by buildfarm member gaur.
    Back-patch to 9.3, like that commit.
    d1f9ac5b
data.c 19.4 KB