MCPcopy 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
533static void
534free_loop(PLpgSQL_stmt_loop *stmt)
535{
536 free_stmts(stmt->body);
537}
538
539static void
540free_while(PLpgSQL_stmt_while *stmt)

Callers 1

free_stmtFunction · 0.85

Calls 1

free_stmtsFunction · 0.85

Tested by

no test coverage detected