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