Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ free_loop
Function
free_loop
src/pl/plpgsql/src/pl_funcs.c:533–537 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
531
}
532
533
static void
534
free_loop(PLpgSQL_stmt_loop *stmt)
535
{
536
free_stmts(stmt->body);
537
}
538
539
static void
540
free_while(PLpgSQL_stmt_while *stmt)
Callers
1
free_stmt
Function · 0.85
Calls
1
free_stmts
Function · 0.85
Tested by
no test coverage detected