summaryrefslogtreecommitdiff
path: root/contrib/tsearch2/wordparser/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tsearch2/wordparser/parser.h')
-rw-r--r--contrib/tsearch2/wordparser/parser.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/contrib/tsearch2/wordparser/parser.h b/contrib/tsearch2/wordparser/parser.h
index 83468d657f0..9cdd141efde 100644
--- a/contrib/tsearch2/wordparser/parser.h
+++ b/contrib/tsearch2/wordparser/parser.h
@@ -30,6 +30,7 @@ typedef enum
TPS_InHTMLEntityNum,
TPS_InHTMLEntityEnd,
TPS_InTagFirst,
+ TPS_InXMLBegin,
TPS_InTagCloseFirst,
TPS_InTag,
TPS_InTagEscapeK,
@@ -42,15 +43,17 @@ typedef enum
TPS_InCloseCommentFirst,
TPS_InCloseCommentLast,
TPS_InCommentEnd,
- TPS_InHostFirstDomen,
- TPS_InHostDomenSecond,
- TPS_InHostDomen,
+ TPS_InHostFirstDomain,
+ TPS_InHostDomainSecond,
+ TPS_InHostDomain,
TPS_InPortFirst,
TPS_InPort,
TPS_InHostFirstAN,
TPS_InHost,
TPS_InEmail,
TPS_InFileFirst,
+ TPS_InPathFirst,
+ TPS_InPathSecond,
TPS_InFile,
TPS_InFileNext,
TPS_InURIFirst,