mirror of
https://github.com/postgres/postgres.git
synced 2025-11-21 00:42:43 +03:00
From: Michael Meskes <meskes@topsystem.de>
+Wed May 20 10:46:48 CEST 1998
+
+ - Fixed handling of preprocessor directives and variable
+ initialization.
+ - Added enum datatype.
- Set version to 2.3.2
This commit is contained in:
@@ -27,6 +27,7 @@ static ScanKeyword ScanKeywords[] = {
|
||||
{"char", S_CHAR},
|
||||
{"const", S_CONST},
|
||||
{"double", S_DOUBLE},
|
||||
{"enum", S_ENUM},
|
||||
{"extern", S_EXTERN},
|
||||
{"float", S_FLOAT},
|
||||
{"int", S_INT},
|
||||
|
||||
Reference in New Issue
Block a user