MCPcopy Create free account
hub / github.com/apache/cloudberry / free_forc

Function free_forc

src/pl/plpgsql/src/pl_funcs.c:562–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560}
561
562static void
563free_forc(PLpgSQL_stmt_forc *stmt)
564{
565 free_stmts(stmt->body);
566 free_expr(stmt->argquery);
567}
568
569static void
570free_foreach_a(PLpgSQL_stmt_foreach_a *stmt)

Callers 1

free_stmtFunction · 0.85

Calls 2

free_stmtsFunction · 0.85
free_exprFunction · 0.85

Tested by

no test coverage detected