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)
commitcd7a07b7eb519e0fe16b9d4e5dd5c040a34be0cd
tree0438a29c21618dbb2e04ebeb6f52d891dc1fa9a9
parent0cf718d9db79f127b4dfe18d3bc0d9ca33f7a184
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