postgresql/src/backend/regex
Tom Lane e621037eec Tweak a couple of macros in the regex code to suppress compiler warnings
from "clang".  The VERR changes make an assignment unconditional, which is
probably easier to read/understand anyway, and one can hardly argue that
it's worth shaving cycles off the case of reporting another error when
one has already been detected.  The INSIST change limits where that macro
can be used, but not in a way that creates a problem for any existing call.
2010-08-02 02:29:39 +00:00
..
COPYRIGHT Replace regular expression package with Henry Spencer's latest version 2003-02-05 17:41:33 +00:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
re_syntax.n Replace regular expression package with Henry Spencer's latest version 2003-02-05 17:41:33 +00:00
regc_color.c Sync our regex code with upstream changes since last time we did this, which 2008-02-14 17:33:37 +00:00
regc_cvec.c Sync our regex code with upstream changes since last time we did this, which 2008-02-14 17:33:37 +00:00
regc_lex.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
regc_locale.c Teach the regular expression functions to do case-insensitive matching and 2009-12-01 21:00:24 +00:00
regc_nfa.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
regcomp.c Tweak a couple of macros in the regex code to suppress compiler warnings 2010-08-02 02:29:39 +00:00
rege_dfa.c Adjust some regex debugging printouts to not give wrong-format-width 2007-10-06 16:05:54 +00:00
regerror.c Sync our regex code with upstream changes since last time we did this, which 2008-02-14 17:33:37 +00:00
regexec.c Tweak a couple of macros in the regex code to suppress compiler warnings 2010-08-02 02:29:39 +00:00
regfree.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00