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

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

From
tgl@postgresql.org
Date:
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.