From 2fbb286647fac2014abdf2fbf6c7b4134be91602 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 10 Mar 2015 11:48:34 -0400 Subject: Clean up the mess from => patch. Commit 865f14a2d31af23a05bbf2df04c274629c5d5c4d was quite a few bricks shy of a load: psql, ecpg, and plpgsql were all left out-of-step with the core lexer. Of these only the last was likely to be a fatal problem; but still, a minimal amount of grepping, or even just reading the comments adjacent to the places that were changed, would have found the other places that needed to be changed. --- src/include/parser/scanner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/parser/scanner.h b/src/include/parser/scanner.h index e6724bc588e..535e864e368 100644 --- a/src/include/parser/scanner.h +++ b/src/include/parser/scanner.h @@ -50,7 +50,7 @@ typedef union core_YYSTYPE * the ASCII characters plus these: * %token IDENT FCONST SCONST BCONST XCONST Op * %token ICONST PARAM - * %token TYPECAST DOT_DOT COLON_EQUALS + * %token TYPECAST DOT_DOT COLON_EQUALS EQUALS_GREATER * The above token definitions *must* be the first ones declared in any * bison parser built atop this scanner, so that they will have consistent * numbers assigned to them (specifically, IDENT = 258 and so on). -- cgit v1.2.3