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

Function free_return

src/pl/plpgsql/src/pl_funcs.c:629–633  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

627}
628
629static void
630free_return(PLpgSQL_stmt_return *stmt)
631{
632 free_expr(stmt->expr);
633}
634
635static void
636free_return_next(PLpgSQL_stmt_return_next *stmt)

Callers 1

free_stmtFunction · 0.85

Calls 1

free_exprFunction · 0.85

Tested by

no test coverage detected