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

Function free_stmts

src/pl/plpgsql/src/pl_funcs.c:466–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464}
465
466static void
467free_stmts(List *stmts)
468{
469 ListCell *s;
470
471 foreach(s, stmts)
472 {
473 free_stmt((PLpgSQL_stmt *) lfirst(s));
474 }
475}
476
477static void
478free_block(PLpgSQL_stmt_block *block)

Callers 10

free_blockFunction · 0.85
free_ifFunction · 0.85
free_caseFunction · 0.85
free_loopFunction · 0.85
free_whileFunction · 0.85
free_foriFunction · 0.85
free_forsFunction · 0.85
free_forcFunction · 0.85
free_foreach_aFunction · 0.85
free_dynforsFunction · 0.85

Calls 2

free_stmtFunction · 0.85
foreachFunction · 0.50

Tested by

no test coverage detected