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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c4db0d9ae1cd3515c91e6003b09552e2adb39cdf
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-10-06T16:01:51Z
Releases: 8.3.0
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.

Files

PathChange+/−
src/include/regex/regcustom.h modified +3 −2