Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ free_while
Function
free_while
src/pl/plpgsql/src/pl_funcs.c:539–544 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
537
}
538
539
static void
540
free_while(PLpgSQL_stmt_while *stmt)
541
{
542
free_expr(stmt->cond);
543
free_stmts(stmt->body);
544
}
545
546
static void
547
free_fori(PLpgSQL_stmt_fori *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