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

Function free_foreach_a

src/pl/plpgsql/src/pl_funcs.c:569–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567}
568
569static void
570free_foreach_a(PLpgSQL_stmt_foreach_a *stmt)
571{
572 free_expr(stmt->expr);
573 free_stmts(stmt->body);
574}
575
576static void
577free_open(PLpgSQL_stmt_open *stmt)

Callers 1

free_stmtFunction · 0.85

Calls 2

free_exprFunction · 0.85
free_stmtsFunction · 0.85

Tested by

no test coverage detected