mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +03:00
Improve word parser.
- allow ~ in filenames - -8.2.1 now is '-' and '8.2.1' instead of '-8.2' '.' '3' - '.text' now is not a file
This commit is contained in:
@@ -19,6 +19,8 @@ typedef enum
|
||||
TPS_InUDecimal,
|
||||
TPS_InDecimalFirst,
|
||||
TPS_InDecimal,
|
||||
TPS_InVerVersion,
|
||||
TPS_InSVerVersion,
|
||||
TPS_InVersionFirst,
|
||||
TPS_InVersion,
|
||||
TPS_InMantissaFirst,
|
||||
@@ -52,7 +54,9 @@ typedef enum
|
||||
TPS_InHost,
|
||||
TPS_InEmail,
|
||||
TPS_InFileFirst,
|
||||
TPS_InFileTwiddle,
|
||||
TPS_InPathFirst,
|
||||
TPS_InPathFirstFirst,
|
||||
TPS_InPathSecond,
|
||||
TPS_InFile,
|
||||
TPS_InFileNext,
|
||||
|
Reference in New Issue
Block a user