Adjust regcustom.h so that all those assert() calls in the regex package
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/include/regex/regcustom.h | modified | +3 −2 |