mirror of
https://github.com/postgres/postgres.git
synced 2025-11-21 00:42:43 +03:00
- Fixed some parser bugs.
- Removed some simple rules to work arounf bison limit for now.
- Update c_keywords.c to reflect changes in keywords.c.
This commit is contained in:
@@ -29,7 +29,7 @@ static ScanKeyword ScanKeywords[] = {
|
||||
{"enum", SQL_ENUM},
|
||||
{"extern", S_EXTERN},
|
||||
{"float", FLOAT},
|
||||
{"int", SQL_INT},
|
||||
{"int", INT},
|
||||
{"long", SQL_LONG},
|
||||
{"register", S_REGISTER},
|
||||
{"short", SQL_SHORT},
|
||||
|
||||
Reference in New Issue
Block a user