pgsql/src include/regex/cclass.h include/regex ... - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src include/regex/cclass.h include/regex ...
Date
Msg-id 200102130002.f1D02aP61127@hub.org
Whole thread Raw
List 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 by date:

Previous
From: Bruce Momjian - CVS
Date:
Subject: pgsql/src/interfaces/odbc win32.mak
Next
From: Philip Warner - CVS
Date:
Subject: pgsql/src/bin/pg_dump pg_backup_archiver.h pg_ ...