!4156 gram.y中缺少分号编译ecpg出错

Merge pull request !4156 from 暖阳/bug
This commit is contained in:
opengauss_bot
2023-09-19 09:10:45 +00:00
committed by Gitee

View File

@ -25594,6 +25594,7 @@ opt_evtime_unit:
$$ = list_make1(makeIntConst(INTERVAL_MASK(YEAR) |
INTERVAL_MASK(MONTH), @1));
}
;
opt_interval:
YEAR_P