Adjust regcustom.h so that all those assert() calls in the regex package
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 6 Oct 2007 16:01:51 +0000 (16:01 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 6 Oct 2007 16:01:51 +0000 (16:01 +0000)
commitc4db0d9ae1cd3515c91e6003b09552e2adb39cdf
tree4ac5f2459b63e88bd7ca073e2eac29edecf1c98f
parentc880ed0afb63b03d9eed0e7f8d2200ca39f8e8c5
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.
src/include/regex/regcustom.h