1
0
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:
Michael Meskes
2003-05-16 11:30:09 +00:00
parent 7e684fad02
commit 3d41da50f7
3 changed files with 18 additions and 15 deletions

View File

@@ -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},