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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Adjust regcustom.h so that all those assert() calls in the regex
Date: 2007-10-06 16:01:51
Message-ID: 20071006160151.3CCF6753E4C@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-10-06 16:05:54 pgsql: Adjust some regex debugging printouts to not give
Previous Message Alvaro Herrera 2007-10-06 15:50:43 pgsql: Fix SGML markup, from Guillaume Lelarge.