postgresql/src/interfaces
Tom Lane 1a93c2536a 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:54 -05:00
..
ecpg Fix unportable usage of <ctype.h> functions. 2017-11-07 13:49:54 -05:00
libpq Stamp 9.6.6. 2017-11-06 17:08:55 -05:00
Makefile Fix parallel make when running make install before make all 2011-03-08 23:52:29 +02:00