Thread: pgsql-server/src/interfaces/ecpg compatlib/inf ...

pgsql-server/src/interfaces/ecpg compatlib/inf ...

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    04/01/04 00:17:01

Modified files:
    src/interfaces/ecpg/compatlib: informix.c
    src/interfaces/ecpg/pgtypeslib: datetime.c

Log message:
    Fix portability bugs: char values passed to <ctype.h> functions must
    be cast to unsigned char.  We have learned this the hard way before.