postgresql/src/include/regex
Tom Lane 8c95ae81fa Suppress compiler warnings about useless comparison of unsigned to zero.
Reportedly, some compilers warn about tests like "c < 0" if c is unsigned,
and hence complain about the character range checks I added in commit
3bb3f42f37.  This is a bit of a pain since
the regex library doesn't really want to assume that chr is unsigned.
However, since any such reconfiguration would involve manual edits of
regcustom.h anyway, we can put it on the shoulders of whoever wants to
do that to adjust this new range-checking macro correctly.

Per gripes from Coverity and Andres.
2016-02-15 17:12:16 -05:00
..
regcustom.h Suppress compiler warnings about useless comparison of unsigned to zero. 2016-02-15 17:12:16 -05:00
regerrs.h Improve memory-usage accounting in regular-expression compiler. 2015-10-16 15:55:59 -04:00
regex.h Implement lookbehind constraints in our regular-expression engine. 2015-10-30 19:14:19 -04:00
regexport.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
regguts.h Implement lookbehind constraints in our regular-expression engine. 2015-10-30 19:14:19 -04:00