MCPcopy Create free account
hub / github.com/apache/cloudberry / free_dynfors

Function free_dynfors

src/pl/plpgsql/src/pl_funcs.c:696–707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

694}
695
696static void
697free_dynfors(PLpgSQL_stmt_dynfors *stmt)
698{
699 ListCell *lc;
700
701 free_stmts(stmt->body);
702 free_expr(stmt->query);
703 foreach(lc, stmt->params)
704 {
705 free_expr((PLpgSQL_expr *) lfirst(lc));
706 }
707}
708
709static void
710free_getdiag(PLpgSQL_stmt_getdiag *stmt)

Callers 1

free_stmtFunction · 0.85

Calls 3

free_stmtsFunction · 0.85
free_exprFunction · 0.85
foreachFunction · 0.50

Tested by

no test coverage detected