Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ free_return
Function
free_return
src/pl/plpgsql/src/pl_funcs.c:629–633 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
627
}
628
629
static void
630
free_return(PLpgSQL_stmt_return *stmt)
631
{
632
free_expr(stmt->expr);
633
}
634
635
static void
636
free_return_next(PLpgSQL_stmt_return_next *stmt)
Callers
1
free_stmt
Function · 0.85
Calls
1
free_expr
Function · 0.85
Tested by
no test coverage detected