Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc98c15f

Browse files
committed
Skip HOST token
1 parent00e1ca8 commitc98c15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tsparser.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2053,7 +2053,7 @@ tsparser_end(PG_FUNCTION_ARGS)
20532053

20542054
#defineTS_IDIGNORE(x)( (x)==TAG_T || (x)==PROTOCOL || (x)==SPACE || (x)==XMLENTITY )
20552055
#defineHLIDREPLACE(x)( (x)==TAG_T )
2056-
#defineHLIDSKIP(x)( (x)==URL_T || (x)==NUMHWORD || (x)==ASCIIHWORD || (x)==HWORD )
2056+
#defineHLIDSKIP(x)( (x)==URL_T || (x)==NUMHWORD || (x)==ASCIIHWORD || (x)==HWORD|| (x)==HOST)
20572057
#defineXMLHLIDSKIP(x)( (x)==URL_T || (x)==NUMHWORD || (x)==ASCIIHWORD || (x)==HWORD )
20582058
#defineNONWORDTOKEN(x) ( (x)==SPACE || HLIDREPLACE(x) || HLIDSKIP(x) )
20592059
#defineNOENDTOKEN(x)( NONWORDTOKEN(x) || (x)==SCIENTIFIC || (x)==VERSIONNUMBER || (x)==DECIMAL_T || (x)==SIGNEDINT || (x)==UNSIGNEDINT || TS_IDIGNORE(x) )

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp