!3460 修复pbe场景下create trigger的问题

Merge pull request !3460 from pengjiong/fix_date
This commit is contained in:
opengauss-bot
2023-05-18 11:44:07 +00:00
committed by Gitee

View File

@ -16751,7 +16751,7 @@ subprogram_body: {
yyextra->core_yy_extra.query_string_locationlist =
lappend_int(yyextra->core_yy_extra.query_string_locationlist, yylloc);
funSrc = (FunctionSources*)palloc0(sizeof(FunctionSources));
funSrc = makeNode(FunctionSources);
funSrc->bodySrc = proc_body_str;
funSrc->headerSrc = proc_header_str;