summaryrefslogtreecommitdiffstats
path: root/generic/regerrs.h
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2016-02-01 21:39:44 (GMT)
committerdgp@users.sourceforge.net <dgp>2016-02-01 21:39:44 (GMT)
commitf5d64f7857c1b4ee4901be831df30ad3f05d736a (patch)
tree16052ddae9882ca469926312bf68f818326dc171 /generic/regerrs.h
parent37ef96dd8eaa5191bc3ca3c34317811b27b812a9 (diff)
downloadtcl-dgp_stop_regexp_test_crash.zip
tcl-dgp_stop_regexp_test_crash.tar.gz
tcl-dgp_stop_regexp_test_crash.tar.bz2
Backout the contributed patch memaccounting from Postgres since it changesdgp_stop_regexp_test_crash
the protections incompatibly and causes established tests to crash.
Diffstat (limited to 'generic/regerrs.h')
-rw-r--r--generic/regerrs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/regerrs.h b/generic/regerrs.h
index ee203d5..72548ff 100644
--- a/generic/regerrs.h
+++ b/generic/regerrs.h
@@ -16,5 +16,5 @@
{ REG_INVARG, "REG_INVARG", "invalid argument to regex function" },
{ REG_MIXED, "REG_MIXED", "character widths of regex and string differ" },
{ REG_BADOPT, "REG_BADOPT", "invalid embedded option" },
-{ REG_ETOOBIG, "REG_ETOOBIG", "regular expression is too complex" },
+{ REG_ETOOBIG, "REG_ETOOBIG", "nfa has too many states" },
{ REG_ECOLORS, "REG_ECOLORS", "too many colors" },