mirror of
https://github.com/postgres/postgres.git
synced 2025-11-21 00:42:43 +03:00
Made variable type double work again.
This commit is contained in:
@@ -25,7 +25,6 @@ static ScanKeyword ScanKeywords[] = {
|
||||
{"bool", SQL_BOOL},
|
||||
{"char", CHAR_P},
|
||||
{"const", S_CONST},
|
||||
{"double", DOUBLE_P},
|
||||
{"enum", SQL_ENUM},
|
||||
{"extern", S_EXTERN},
|
||||
{"float", FLOAT_P},
|
||||
|
||||
Reference in New Issue
Block a user