mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix contrib/cube and contrib/seg to compile on Windows.
Andreas Pflug
This commit is contained in:
@ -41,7 +41,7 @@ float ({integer}|{real})([eE]{integer})?
|
||||
|
||||
{range} yylval.text = yytext; return RANGE;
|
||||
{plumin} yylval.text = yytext; return PLUMIN;
|
||||
{float} yylval.text = yytext; return FLOAT;
|
||||
{float} yylval.text = yytext; return SEGFLOAT;
|
||||
\< yylval.text = "<"; return EXTENSION;
|
||||
\> yylval.text = ">"; return EXTENSION;
|
||||
\~ yylval.text = "~"; return EXTENSION;
|
||||
|
Reference in New Issue
Block a user