Обсуждение: pgsql/src/interfaces/odbc (convert.c gpps.c info.c parse.c)

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

pgsql/src/interfaces/odbc (convert.c gpps.c info.c parse.c)

От
tgl@postgresql.org
Дата:
  Date: Sunday, December  3, 2000 @ 15:45:40
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/interfaces/odbc
     from hub.org:/home/projects/pgsql/tmp/cvs-serv28817/src/interfaces/odbc

Modified Files:
    convert.c gpps.c info.c parse.c

-----------------------------  Log Message  -----------------------------

Ensure that all uses of <ctype.h> functions are applied to unsigned-char
values, whether the local char type is signed or not.  This is necessary
for portability.  Per discussion on pghackers around 9/16/00.