Make sure that all <ctype.h> routines are called with unsigned char REL7_2_BETA5
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 30 Dec 2001 23:09:42 +0000 (23:09 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 30 Dec 2001 23:09:42 +0000 (23:09 +0000)
commit6b14312bb4565daeffd0b0778b2ca9e2cacf8ad3
treeee1ffa2389b0cb87ea3330e4f6680f2153714476
parenta5d964384e9f7dc7f5037177b79c9d0597af6a16
Make sure that all <ctype.h> routines are called with unsigned char
values; it's not portable to call them with signed chars.  I recall doing
this for the last release, but a few more uncasted calls have snuck in.
connection.c
convert.c