Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ free_fetch
Function
free_fetch
src/pl/plpgsql/src/pl_funcs.c:590–594 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
588
}
589
590
static void
591
free_fetch(PLpgSQL_stmt_fetch *stmt)
592
{
593
free_expr(stmt->expr);
594
}
595
596
static void
597
free_close(PLpgSQL_stmt_close *stmt)
Callers
1
free_stmt
Function · 0.85
Calls
1
free_expr
Function · 0.85
Tested by
no test coverage detected