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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org
Тема pgsql/ ontrib/dbase/dbf2pg.c ontrib/fuzzystrma ...
Дата
Msg-id 200112302309.fBUN9gu66179@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: momjian@postgresql.org
Дата:
Сообщение: pgsql/doc FAQ_DEV src/FAQ/FAQ_DEV.html
Следующее
От: momjian@postgresql.org
Дата:
Сообщение: pgsql/contrib README dbase/dbf.h dbase/dbf2pg. ...