!1488 opengauss编译适配flex 2.6以上版本

Merge pull request !1488 from zhangxubo/flexversion
This commit is contained in:
opengauss-bot
2022-02-24 08:32:10 +00:00
committed by Gitee
3 changed files with 4 additions and 0 deletions

View File

@ -25802,5 +25802,6 @@ static void RemoveFillerCol(List *filler_list, List *col_list)
#undef yyerror
#undef yylval
#undef yylloc
#undef yylex
#include "scan.inc"

View File

@ -445,4 +445,6 @@ replication_yylex(YYSTYPE *lvalp, YYLTYPE *llocp,
return replication_scanner_yylex(&(lvalp->yy_core), llocp, yyscanner);
}
#undef yylex
#include "repl_scanner.inc"

View File

@ -170,5 +170,6 @@ create_syncrep_config(const char *num_sync, List *members, uint8 syncrep_method)
#undef yyerror
#undef yylval
#undef yylloc
#undef yylex
#include "syncrep_scanner.inc"