Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ free_exit
Function
free_exit
src/pl/plpgsql/src/pl_funcs.c:623–627 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
621
}
622
623
static void
624
free_exit(PLpgSQL_stmt_exit *stmt)
625
{
626
free_expr(stmt->cond);
627
}
628
629
static void
630
free_return(PLpgSQL_stmt_return *stmt)
Callers
1
free_stmt
Function · 0.85
Calls
1
free_expr
Function · 0.85
Tested by
no test coverage detected