postgresql/src/interfaces
Tom Lane 0b173a6e8d Fix unportable usages of tolower(). On signed-char machines, it is necessary
to explicitly cast the output back to char before comparing it to a char
value, else we get the wrong result for high-bit-set characters.  Found by
Rolf Jentsch.  Also, fix several places where <ctype.h> functions were being
called without casting the argument to unsigned char; this is likewise
unportable, but we keep making that mistake :-(.  These found by buildfarm
member salamander, which I will desperately miss if it ever goes belly-up.
2008-03-01 03:26:44 +00:00
..
ecpg Fix unportable usages of tolower(). On signed-char machines, it is necessary 2008-03-01 03:26:44 +00:00
libpq Fix pg_GSS_error to use conn->errorMessage more sanely, ie, actually 2008-01-31 18:58:30 +00:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00