Обсуждение: pgsql-server/src/interfaces/ecpg compatlib/inf ...

Поиск
Список
Период
Сортировка

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

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
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.