pgsql/ ontrib/dbase/dbf2pg.c ontrib/fuzzystrma ...

Started by Tom Laneover 24 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.org 01/12/30 18:09:42

Modified files:
contrib/dbase : dbf2pg.c
contrib/fuzzystrmatch: fuzzystrmatch.c fuzzystrmatch.h
contrib/pgcrypto: pgcrypto.c
src/backend/utils/adt: datetime.c
src/interfaces/odbc: connection.c convert.c

Log message:
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.