mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Improve tag recognizing
This commit is contained in:
@ -34,6 +34,8 @@ typedef enum
|
||||
TPS_InTagFirst,
|
||||
TPS_InXMLBegin,
|
||||
TPS_InTagCloseFirst,
|
||||
TPS_InTagName,
|
||||
TPS_InTagBeginEnd,
|
||||
TPS_InTag,
|
||||
TPS_InTagEscapeK,
|
||||
TPS_InTagEscapeKK,
|
||||
|
Reference in New Issue
Block a user