Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
569
static void
570
free_foreach_a(PLpgSQL_stmt_foreach_a *stmt)
571
{
572
free_expr(stmt->expr);
573
free_stmts(stmt->body);
574
}
575
576
static void
577
free_open(PLpgSQL_stmt_open *stmt)
Callers
1
free_stmt
Function · 0.85
Calls
2
free_expr
Function · 0.85
free_stmts
Function · 0.85
Tested by
no test coverage detected