Commit 58cc2b6e authored by Bruce Momjian's avatar Bruce Momjian

cleanup parser

parent 5dd9b58a
This diff is collapsed.
...@@ -222,36 +222,35 @@ typedef union ...@@ -222,36 +222,35 @@ typedef union
#define OPERATOR 448 #define OPERATOR 448
#define PASSWORD 449 #define PASSWORD 449
#define PROCEDURAL 450 #define PROCEDURAL 450
#define RECIPE 451 #define RENAME 451
#define RENAME 452 #define RESET 452
#define RESET 453 #define RETURNS 453
#define RETURNS 454 #define ROW 454
#define ROW 455 #define RULE 455
#define RULE 456 #define SEQUENCE 456
#define SEQUENCE 457 #define SERIAL 457
#define SERIAL 458 #define SETOF 458
#define SETOF 459 #define SHOW 459
#define SHOW 460 #define START 460
#define START 461 #define STATEMENT 461
#define STATEMENT 462 #define STDIN 462
#define STDIN 463 #define STDOUT 463
#define STDOUT 464 #define TRUSTED 464
#define TRUSTED 465 #define UNLISTEN 465
#define UNLISTEN 466 #define UNTIL 466
#define UNTIL 467 #define VACUUM 467
#define VACUUM 468 #define VALID 468
#define VALID 469 #define VERBOSE 469
#define VERBOSE 470 #define VERSION 470
#define VERSION 471 #define IDENT 471
#define IDENT 472 #define SCONST 472
#define SCONST 473 #define Op 473
#define Op 474 #define ICONST 474
#define ICONST 475 #define PARAM 475
#define PARAM 476 #define FCONST 476
#define FCONST 477 #define OP 477
#define OP 478 #define UMINUS 478
#define UMINUS 479 #define TYPECAST 479
#define TYPECAST 480
extern YYSTYPE yylval; extern YYSTYPE yylval;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment