Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ free_call
Function
free_call
src/pl/plpgsql/src/pl_funcs.c:607–611 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
605
}
606
607
static void
608
free_call(PLpgSQL_stmt_call *stmt)
609
{
610
free_expr(stmt->expr);
611
}
612
613
static void
614
free_commit(PLpgSQL_stmt_commit *stmt)
Callers
1
free_stmt
Function · 0.85
Calls
1
free_expr
Function · 0.85
Tested by
no test coverage detected