Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ free_assign
Function
free_assign
src/pl/plpgsql/src/pl_funcs.c:494–498 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
492
}
493
494
static void
495
free_assign(PLpgSQL_stmt_assign *stmt)
496
{
497
free_expr(stmt->expr);
498
}
499
500
static void
501
free_if(PLpgSQL_stmt_if *stmt)
Callers
1
free_stmt
Function · 0.85
Calls
1
free_expr
Function · 0.85
Tested by
no test coverage detected