postgresql/src/interfaces
Tom Lane d1f9ac5b10 Fix unportable usage of <ctype.h> functions.
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 63d6b97fd, found by buildfarm member gaur.
Back-patch to 9.3, like that commit.
2017-11-07 13:49:36 -05:00
..
ecpg Fix unportable usage of <ctype.h> functions. 2017-11-07 13:49:36 -05:00
libpq Fix libpq to not require user's home directory to exist. 2017-10-25 19:32:24 -04:00
Makefile Fix parallel make when running make install before make all 2011-03-08 23:52:29 +02:00