Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
562
static void
563
free_forc(PLpgSQL_stmt_forc *stmt)
564
{
565
free_stmts(stmt->body);
566
free_expr(stmt->argquery);
567
}
568
569
static void
570
free_foreach_a(PLpgSQL_stmt_foreach_a *stmt)
Callers
1
free_stmt
Function · 0.85
Calls
2
free_stmts
Function · 0.85
free_expr
Function · 0.85
Tested by
no test coverage detected