projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cec3b0a
)
remove forgotten // comments
author
Teodor Sigaev
Mon, 21 Nov 2005 18:00:52 +0000
(18:00 +0000)
committer
Teodor Sigaev
Mon, 21 Nov 2005 18:00:52 +0000
(18:00 +0000)
contrib/tsearch2/wordparser/parser.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/tsearch2/wordparser/parser.c
b/contrib/tsearch2/wordparser/parser.c
index e414a865ffdbc43882c160663bf603ba87fd0b0d..d2ed28122cadcf85c79e89f8717a4d1a259d606f 100644
(file)
--- a/
contrib/tsearch2/wordparser/parser.c
+++ b/
contrib/tsearch2/wordparser/parser.c
@@
-550,8
+550,6
@@
static TParserStateActionItem actionTPS_InHostFirstDomen[] = {
{p_isEOF, 0, A_POP, TPS_Null, 0, NULL},
{p_islatin, 0, A_NEXT, TPS_InHostDomenSecond, 0, NULL},
{p_isdigit, 0, A_NEXT, TPS_InHost, 0, NULL},
- //{p_iseqC, '-', A_POP, TPS_InHostFirstAN, 0, NULL},
- //{p_iseqC, '.', A_POP, TPS_InHostFirstDomen, 0, NULL},
{NULL, 0, A_POP, TPS_Null, 0, NULL}
};