]> granicus.if.org Git - postgresql/commit
Make sure that all <ctype.h> routines are called with unsigned char
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)
commitee051baeac9dce2dbfd5da50da21ae425b548c43
treee1e24cb9f15642b9359eaf9bf6f8940bf9f76efc
parente7d9a6bf630e8784fc1723d138e4e4e973550017
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.
contrib/dbase/dbf2pg.c
contrib/fuzzystrmatch/fuzzystrmatch.c
contrib/fuzzystrmatch/fuzzystrmatch.h
contrib/pgcrypto/pgcrypto.c
src/backend/utils/adt/datetime.c
src/interfaces/odbc/connection.c
src/interfaces/odbc/convert.c