pgsql: Fix lexing of standard multi-character operators in edge cases.

2018-08-23 Thread Andrew Gierth
Fix lexing of standard multi-character operators in edge cases. Commits c6b3c939b (which fixed the precedence of >=, <=, <> operators) and 865f14a2d (which added support for the standard => notation for named arguments) created a class of lexer tokens which look like multi-character operators but

pgsql: Fix lexing of standard multi-character operators in edge cases.

2018-08-23 Thread Andrew Gierth
Fix lexing of standard multi-character operators in edge cases. Commits c6b3c939b (which fixed the precedence of >=, <=, <> operators) and 865f14a2d (which added support for the standard => notation for named arguments) created a class of lexer tokens which look like multi-character operators but

pgsql: Fix lexing of standard multi-character operators in edge cases.

2018-08-23 Thread Andrew Gierth
Fix lexing of standard multi-character operators in edge cases. Commits c6b3c939b (which fixed the precedence of >=, <=, <> operators) and 865f14a2d (which added support for the standard => notation for named arguments) created a class of lexer tokens which look like multi-character operators but

pgsql: Fix lexing of standard multi-character operators in edge cases.

2018-08-23 Thread Andrew Gierth
Fix lexing of standard multi-character operators in edge cases. Commits c6b3c939b (which fixed the precedence of >=, <=, <> operators) and 865f14a2d (which added support for the standard => notation for named arguments) created a class of lexer tokens which look like multi-character operators but

pgsql: Fix lexing of standard multi-character operators in edge cases.

2018-08-23 Thread Andrew Gierth
Fix lexing of standard multi-character operators in edge cases. Commits c6b3c939b (which fixed the precedence of >=, <=, <> operators) and 865f14a2d (which added support for the standard => notation for named arguments) created a class of lexer tokens which look like multi-character operators but