postgresql/src/backend/regex
Tom Lane 7aa3f1d082 Insert dummy "break"s to silence compiler complaints.
Apparently some compilers dislike a case label with nothing after it.
Per buildfarm.
2011-04-10 18:44:07 -04:00
..
COPYRIGHT Replace regular expression package with Henry Spencer's latest version 2003-02-05 17:41:33 +00:00
Makefile Teach regular expression operators to honor collations. 2011-04-10 18:03:09 -04: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 Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
regc_cvec.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
regc_lex.c Fix comparisons of pointers with zero to compare with NULL instead. 2010-10-29 15:51:52 -04:00
regc_locale.c Teach regular expression operators to honor collations. 2011-04-10 18:03:09 -04:00
regc_nfa.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
regc_pg_locale.c Insert dummy "break"s to silence compiler complaints. 2011-04-10 18:44:07 -04:00
regcomp.c Teach regular expression operators to honor collations. 2011-04-10 18:03:09 -04:00
rege_dfa.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
regerror.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
regexec.c Teach regular expression operators to honor collations. 2011-04-10 18:03:09 -04:00
regfree.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00