aboutsummaryrefslogtreecommitdiff
path: root/src/include/regex/regerrs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/regex/regerrs.h')
-rw-r--r--src/include/regex/regerrs.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/regex/regerrs.h b/src/include/regex/regerrs.h
index 77baf97f4bb..85307b526fc 100644
--- a/src/include/regex/regerrs.h
+++ b/src/include/regex/regerrs.h
@@ -1,5 +1,5 @@
/*
- * $PostgreSQL: pgsql/src/include/regex/regerrs.h,v 1.3 2003/11/29 22:41:10 pgsql Exp $
+ * $PostgreSQL: pgsql/src/include/regex/regerrs.h,v 1.3.6.1 2008/01/03 20:48:57 tgl Exp $
*/
{
@@ -73,3 +73,7 @@
{
REG_BADOPT, "REG_BADOPT", "invalid embedded option"
},
+
+{
+ REG_ETOOBIG, "REG_ETOOBIG", "nfa has too many states"
+},