!3460 修复pbe场景下create trigger的问题
Merge pull request !3460 from pengjiong/fix_date
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user