pgsql/src include/regex/cclass.h include/regex ...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src include/regex/cclass.h include/regex ...
Дата
Msg-id 200102130002.f1D02aP61127@hub.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/02/12 19:02:36

Modified files:
    src/include/regex: cclass.h regex.h regex2.h
    src/backend/regex: engine.c regcomp.c regerror.c regexec.c
                       regfree.c

Log message:
    Clean up portability problems in regexp package: change all routine
    definitions from K&R to ANSI C style, and fix broken assumption that
    int and long are the same datatype.  This repairs problems observed
    on Alpha with regexps having between 32 and 63 states.


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian - CVS
Дата:
Сообщение: pgsql/src/interfaces/odbc win32.mak
Следующее
От: Philip Warner - CVS
Дата:
Сообщение: pgsql/src/bin/pg_dump pg_backup_archiver.h pg_ ...