pgsql: Adjust regcustom.h so that all those assert() calls in the regex - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Adjust regcustom.h so that all those assert() calls in the regex
Date
Msg-id 20071006160151.3CCF6753E4C@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Adjust regcustom.h so that all those assert() calls in the regex package
are converted to Postgres Assert() macros, instead of using <assert.h>
as formerly.  No difference in production builds, but --enable-cassert
debug builds will get better coverage for regex testing.

Modified Files:
--------------
    pgsql/src/include/regex:
        regcustom.h (r1.5 -> r1.6)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/regex/regcustom.h?r1=1.5&r2=1.6)

pgsql-committers by date:

Previous
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Fix SGML markup, from Guillaume Lelarge.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Adjust some regex debugging printouts to not give