Fix create trigger bug.

This commit is contained in:
totaj
2023-05-17 16:15:56 +08:00
parent 54ad2fd462
commit 2c50994821

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;