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

Function free_while

src/pl/plpgsql/src/pl_funcs.c:539–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537}
538
539static void
540free_while(PLpgSQL_stmt_while *stmt)
541{
542 free_expr(stmt->cond);
543 free_stmts(stmt->body);
544}
545
546static void
547free_fori(PLpgSQL_stmt_fori *stmt)

Callers 1

free_stmtFunction · 0.85

Calls 2

free_exprFunction · 0.85
free_stmtsFunction · 0.85

Tested by

no test coverage detected