pgsql/ ontrib/dbase/dbf2pg.c ontrib/fuzzystrma ... - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/ ontrib/dbase/dbf2pg.c ontrib/fuzzystrma ...
Date
Msg-id 200112302309.fBUN9gu66179@postgresql.org
Whole thread Raw
List pgsql-committers
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.


pgsql-committers by date:

Previous
From: momjian@postgresql.org
Date:
Subject: pgsql/doc FAQ_DEV src/FAQ/FAQ_DEV.html
Next
From: momjian@postgresql.org
Date:
Subject: pgsql/contrib README dbase/dbf.h dbase/dbf2pg. ...