!1488 opengauss编译适配flex 2.6以上版本
Merge pull request !1488 from zhangxubo/flexversion
This commit is contained in:
@ -25802,5 +25802,6 @@ static void RemoveFillerCol(List *filler_list, List *col_list)
|
||||
#undef yyerror
|
||||
#undef yylval
|
||||
#undef yylloc
|
||||
#undef yylex
|
||||
|
||||
#include "scan.inc"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user